From 5c46be8267c35cd6157b1d8f219ab23df9b448ca Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 18 Jan 2010 17:29:28 +0000 Subject: [PATCH] - Patch #672496 by jbrown: radio and checkbox widgets should be centered vertically. --- modules/system/system.css | 3 +++ 1 file changed, 3 insertions(+) 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; }