From 988cd800654d216be34c1bbbf16ffdea3271f636 Mon Sep 17 00:00:00 2001 From: Kordan Date: Thu, 9 May 2013 12:41:04 +0200 Subject: [PATCH] MDL-39191 theme_formal_white: aligned label and radio button such as label and checkboxes in mform --- theme/base/style/core.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/base/style/core.css b/theme/base/style/core.css index 5ecc247b29c..ceb973ded86 100644 --- a/theme/base/style/core.css +++ b/theme/base/style/core.css @@ -275,7 +275,7 @@ a.skip:active {position: static;display: block;} .mform .fitem fieldset.fgroup label, .mform .fradio label, .mform fieldset.fdate_selector label, -.mform fieldset.fdate_time_selector label {display:inline;float: none; margin-left: .3em; vertical-align: text-bottom;} +.mform fieldset.fdate_time_selector label {display:inline; float:none; margin-left:.3em; vertical-align:baseline;} .dir-rtl .mform .fcheckbox label, .dir-rtl .mform .fduration label, .dir-rtl .mform .fitem fieldset.fgroup label,