- Patch #672496 by jbrown: radio and checkbox widgets should be centered vertically.

merge-requests/26/head
Dries Buytaert 2010-01-18 17:29:28 +00:00
parent b682a2fa19
commit 5c46be8267
1 changed files with 3 additions and 0 deletions

View File

@ -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;
}