From: jamiesensei Date: Mon, 28 May 2007 12:17:40 +0000 (+0000) Subject: MDL-9745 Checkboxes badly lined up in forms lib, e.g. "students may review" settings... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5eb1924f010d741d0ba70a547fb73598d55487dc;p=moodle.git MDL-9745 Checkboxes badly lined up in forms lib, e.g. "students may review" settings on quiz settings screen. Reverted previous fix for similar problem MDL-7779 as the fix for MDL-7779 causes worse problems with form elements in groups. --- diff --git a/theme/standard/styles_ie6.css b/theme/standard/styles_ie6.css index aafd4a837b..8b96d0c9de 100755 --- a/theme/standard/styles_ie6.css +++ b/theme/standard/styles_ie6.css @@ -47,6 +47,3 @@ form.mform input { margin-right: 10px; } -form.mform .fcheckbox input { - margin-left: -3px; -} diff --git a/theme/standard/styles_ie7.css b/theme/standard/styles_ie7.css index f5d6950a45..034167660c 100755 --- a/theme/standard/styles_ie7.css +++ b/theme/standard/styles_ie7.css @@ -48,6 +48,3 @@ form.mform input { margin-right: 10px; } -form.mform .fcheckbox input { - margin-left: -3px; -}