From: skodak Date: Sat, 2 Feb 2008 23:00:19 +0000 (+0000) Subject: MDL-12901 undo weird IE6 hack on bulk and manage users filter form; merged from MOODL... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1921b95df5f220f6bab0facbb1e554b5c3390e0c;p=moodle.git MDL-12901 undo weird IE6 hack on bulk and manage users filter form; merged from MOODLE_19_STABLE --- diff --git a/theme/standard/styles_ie6.css b/theme/standard/styles_ie6.css index 5f3c1d466a..0156ba31cb 100755 --- a/theme/standard/styles_ie6.css +++ b/theme/standard/styles_ie6.css @@ -45,6 +45,11 @@ form.mform input { margin-left: expression((this.type=="text"||this.type=="file"||this.type=="password")?'-10px':'0'); } +#admin-user-user_bulk form.mform input, +#admin-user form.mform input { + margin-left: 0; +} + form.mform textarea { margin-left: -10px; }