mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
A bit more perfectionism about checkbox alignment MDL-9126
This commit is contained in:
parent
372bd6bd34
commit
2f48f37d29
3 changed files with 8 additions and 1 deletions
|
@ -47,5 +47,5 @@ form.mform input {
|
||||||
}
|
}
|
||||||
|
|
||||||
form.mform .fcheckbox input {
|
form.mform .fcheckbox input {
|
||||||
margin-left: 0px;
|
margin-left: -3px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -46,3 +46,7 @@
|
||||||
form.mform input {
|
form.mform input {
|
||||||
margin-left: -10px;
|
margin-left: -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
form.mform .fcheckbox input {
|
||||||
|
margin-left: -3px;
|
||||||
|
}
|
||||||
|
|
|
@ -550,6 +550,9 @@ form.mform div.error,form.mform fieldset.error {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
form.mform .fcheckbox input {
|
||||||
|
margin-left: 0px;
|
||||||
|
}
|
||||||
form#adminsettings div.htmlarea {
|
form#adminsettings div.htmlarea {
|
||||||
clear: left;
|
clear: left;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue