- Patch #672496 by jbrown: radio and checkbox widgets should be centered vertically.
parent
b682a2fa19
commit
5c46be8267
|
@ -154,6 +154,9 @@ tr.merge-up, tr.merge-up td, tr.merge-up th {
|
|||
.form-type-radio .description, .form-type-checkbox .description {
|
||||
margin-left: 2.4em;
|
||||
}
|
||||
input.form-checkbox, input.form-radio {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.marker, .form-required {
|
||||
color: #f00;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue