forms.less: Properly align checkboxes and autosubmit warnings
It's far from perfect, but it looks nearly the same in FF and Chrome..
This commit is contained in:
parent
402440735c
commit
19945d074c
|
@ -36,6 +36,11 @@ input, select, textarea {
|
|||
font-family: Calibri, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
input[type=checkbox] {
|
||||
margin-top: 0.3em;
|
||||
margin-bottom: 0.1em;
|
||||
}
|
||||
|
||||
input:focus, select:focus {
|
||||
border-color: #333;
|
||||
}
|
||||
|
@ -360,6 +365,10 @@ i.autosubmit-warning {
|
|||
}
|
||||
}
|
||||
|
||||
input[type=checkbox] + i.autosubmit-warning {
|
||||
margin-top: 0.15em;
|
||||
}
|
||||
|
||||
html.no-js i.autosubmit-warning {
|
||||
.sr-only;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue