From 60e14e020c68ba8da47a3f7f4fdd0b1fdcec2723 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 3 Apr 2007 02:14:09 +0000 Subject: [PATCH] Merged ie6 fixes from stable for MDL-9126 --- theme/standard/styles_ie6.css | 4 ++++ 1 file changed, 4 insertions(+) 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; +} -- 2.39.5