From b1a61961aad535d6c53516fbc2761856df9a7b7a Mon Sep 17 00:00:00 2001 From: jamiesensei Date: Mon, 28 May 2007 14:21:09 +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 problem MDL-9745 with form elements in groups. Second part of commit in HEAD, missed a bit in HEAD. --- theme/standard/styles_ie6.css | 5 ----- theme/standard/styles_ie7.css | 5 ----- 2 files changed, 10 deletions(-) diff --git a/theme/standard/styles_ie6.css b/theme/standard/styles_ie6.css index 8b96d0c9de..da20443a18 100755 --- a/theme/standard/styles_ie6.css +++ b/theme/standard/styles_ie6.css @@ -41,9 +41,4 @@ padding: 0.2em 0; } -/*fix for misalignment of text fields in ie */ -form.mform input { - margin-left: -10px; - margin-right: 10px; -} diff --git a/theme/standard/styles_ie7.css b/theme/standard/styles_ie7.css index 034167660c..dc072eaef4 100755 --- a/theme/standard/styles_ie7.css +++ b/theme/standard/styles_ie7.css @@ -42,9 +42,4 @@ word-wrap: break-word; } -/*fix for misalignment of text fields in ie */ -form.mform input { - margin-left: -10px; - margin-right: 10px; -} -- 2.39.5