Let wizard buttons have some bottom margin

Makes them more notable in case they'll get
pushed to the very bottom of the page.

refs #7163
This commit is contained in:
Johannes Meyer 2014-10-28 16:26:43 +01:00
parent 16e614e71a
commit 231fbaba37

View File

@ -98,7 +98,7 @@
} }
#setup div.buttons { #setup div.buttons {
margin-top: 1.5em; margin: 1.5em 0;
.double { .double {
position: absolute; position: absolute;
@ -314,7 +314,10 @@
border-radius: 1em; border-radius: 1em;
background-color: #f4f4f4; background-color: #f4f4f4;
div.buttons button[type=submit] { div.buttons {
margin: 1.5em 0 0;
button[type=submit] {
padding: 0.5em; padding: 0.5em;
line-height: 0.5em; line-height: 0.5em;
background-color: #888; background-color: #888;
@ -324,6 +327,7 @@
} }
} }
} }
}
div.module-menu { div.module-menu {
width: 25%; width: 25%;