From 97c3141cc30555ee53f9726a574ebbcb7a3a1719 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 3 Apr 2007 02:21:28 +0000 Subject: [PATCH] Merged some more fixes for checkbox alignment MDL-9126 in all browsers --- theme/standard/styles_ie6.css | 2 +- theme/standard/styles_ie7.css | 4 ++++ theme/standard/styles_layout.css | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/theme/standard/styles_ie6.css b/theme/standard/styles_ie6.css index 86fffea07a..840d0c712a 100755 --- a/theme/standard/styles_ie6.css +++ b/theme/standard/styles_ie6.css @@ -47,5 +47,5 @@ form.mform input { } form.mform .fcheckbox input { - margin-left: 0px; + margin-left: -3px; } diff --git a/theme/standard/styles_ie7.css b/theme/standard/styles_ie7.css index 968384ed18..9351862942 100755 --- a/theme/standard/styles_ie7.css +++ b/theme/standard/styles_ie7.css @@ -46,3 +46,7 @@ form.mform input { margin-left: -10px; } + +form.mform .fcheckbox input { + margin-left: -3px; +} diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 4b5335d8cd..728ae2110a 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -550,6 +550,9 @@ form.mform div.error,form.mform fieldset.error { padding: 5px; color: inherit; } +form.mform .fcheckbox input { + margin-left: 0px; +} form#adminsettings div.htmlarea { clear: left; padding-top: 5px; -- 2.39.5