mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
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:
parent
16e614e71a
commit
231fbaba37
@ -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%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user