mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
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…
x
Reference in New Issue
Block a user