From f846568b6f0480d07a71bc125111a706e3a99b26 Mon Sep 17 00:00:00 2001 From: Kordan Date: Wed, 9 Oct 2013 08:44:53 +0200 Subject: [PATCH] MDL-42187 theme_formal_white: alignment between radio buttons and relative labels has been restored --- theme/formal_white/style/core.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/theme/formal_white/style/core.css b/theme/formal_white/style/core.css index 65e786a511e..711ea7da843 100644 --- a/theme/formal_white/style/core.css +++ b/theme/formal_white/style/core.css @@ -136,7 +136,6 @@ textarea { /* Forms -----------------------*/ - .form-description { font-size:95%; } @@ -149,8 +148,8 @@ textarea { /* needed to vertically align label of mform groups containing, for instance, select and text */ .mform .fitem { - line-height:2.0em; - margin-top:0; + line-height: 1.4; + font-size: 108%; } .mform .btn-cancel {