Wizard: Fix layout of form hints
This commit is contained in:
parent
624309774b
commit
216b762d12
|
@ -117,15 +117,6 @@
|
|||
left: -1337px;
|
||||
}
|
||||
|
||||
#btn_prev {
|
||||
margin-right: 1em;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
#btn_next {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
button, .button-like {
|
||||
&.finish, &.login {
|
||||
min-width: 25em;
|
||||
|
@ -139,6 +130,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
#setup div.buttons + ul.hints {
|
||||
margin-top: -1.5em;
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
form#setup_requirements {
|
||||
margin-top: 2em;
|
||||
padding-top: 0.5em;
|
||||
|
|
Loading…
Reference in New Issue