Popup CSS tweaks

This commit is contained in:
Jason 2015-04-17 09:33:03 -05:00
parent f0e00ec5c6
commit ac00f48d19

View File

@ -48,6 +48,7 @@
} }
body > DIV { body > DIV {
border-bottom: 1px solid black; border-bottom: 1px solid black;
padding-bottom: 2px;
} }
body > DIV:last-of-type, body > DIV:last-of-type,
body.blocked > DIV { body.blocked > DIV {
@ -63,7 +64,7 @@
margin-top: 0.5em; margin-top: 0.5em;
} }
.actions > div:not(:last-child), .actions > .main-controls > div:not(:last-child), #unavailable:not(:last-child) { .actions > div:not(:last-child):not(#disable-all-wrapper), .actions > .main-controls > div:not(:last-child), #unavailable:not(:last-child), #unavailable + .actions {
margin-bottom: 0.75em; margin-bottom: 0.75em;
} }
.actions input, .actions label { .actions input, .actions label {