mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-12901 undo weird IE6 hack on bulk and manage users filter form; merged from MOODLE_19_STABLE
This commit is contained in:
parent
e5eb2d3426
commit
1921b95df5
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user