diff --git a/modules/system/system.css b/modules/system/system.css index 33ba6720f56..3d8814ffd00 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -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; }