diff --git a/theme/standard/styles_ie6.css b/theme/standard/styles_ie6.css index 86fffea07aa..840d0c712a8 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 968384ed184..9351862942f 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 4b5335d8cd7..728ae2110ad 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;