From 5eb1924f010d741d0ba70a547fb73598d55487dc Mon Sep 17 00:00:00 2001 From: jamiesensei Date: Mon, 28 May 2007 12:17:40 +0000 Subject: [PATCH] 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. --- theme/standard/styles_ie6.css | 3 --- theme/standard/styles_ie7.css | 3 --- 2 files changed, 6 deletions(-) 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; -} -- 2.39.5