mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merged some more fixes for checkbox alignment MDL-9126 in all browsers
This commit is contained in:
parent
60e14e020c
commit
97c3141cc3
@ -47,5 +47,5 @@ form.mform input {
|
||||
}
|
||||
|
||||
form.mform .fcheckbox input {
|
||||
margin-left: 0px;
|
||||
margin-left: -3px;
|
||||
}
|
||||
|
@ -46,3 +46,7 @@
|
||||
form.mform input {
|
||||
margin-left: -10px;
|
||||
}
|
||||
|
||||
form.mform .fcheckbox input {
|
||||
margin-left: -3px;
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user