MDL-12901 undo weird IE6 hack on bulk and manage users filter form

This commit is contained in:
skodak
2008-02-02 22:59:33 +00:00
parent f995637ed3
commit 01eaffcf75
+5
View File
@@ -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;
}