From: moodler Date: Tue, 3 Apr 2007 02:14:09 +0000 (+0000) Subject: Merged ie6 fixes from stable for MDL-9126 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=60e14e020c68ba8da47a3f7f4fdd0b1fdcec2723;p=moodle.git Merged ie6 fixes from stable for MDL-9126 --- diff --git a/theme/standard/styles_ie6.css b/theme/standard/styles_ie6.css index eff02c912f..86fffea07a 100755 --- a/theme/standard/styles_ie6.css +++ b/theme/standard/styles_ie6.css @@ -45,3 +45,7 @@ form.mform input { margin-left: -10px; } + +form.mform .fcheckbox input { + margin-left: 0px; +}