Reverted changes

Reverted to previous version.
This commit is contained in:
Andrea Rendine
2016-02-17 14:08:41 +01:00
parent 131e5c1140
commit 7ba7f2247e
+2 -15
View File
@@ -245,7 +245,7 @@ div.button:hover {
text-decoration: underline;
}
div.button.disabled, div.button.disabled:hover, #event.paused > #buttons .button {
div.button.disabled, div.button.disabled:hover {
cursor: default;
border-color: #b2b2b2;
color: #b2b2b2;
@@ -413,16 +413,6 @@ div.tooltip:hover {
display: block;
}
#pauseButton {
text-align:center;
margin: 0 0 1.2em;
}
#pauseButton > .button {
float: none;
margin: 0 auto;
}
/* Events */
.eventPanel {
@@ -530,11 +520,8 @@ body.noMask #description {
float: none;
}
#buttons .button {
#buttons > .button {
margin: 0 5px 5px;
}
#buttons .button, #pauseButton {
margin-right: 15px;
}