mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-38645 form: Added margin between checkbox/radio and label
This commit is contained in:
parent
373a8e052c
commit
41d020b35e
1 changed files with 10 additions and 2 deletions
|
@ -259,10 +259,18 @@ a.skip:active {position: static;display: block;}
|
|||
.mform label .req,
|
||||
.mform label .adv {cursor: help;}
|
||||
.mform .fcheckbox input {margin-left: 0;}
|
||||
.mform .fcheckbox label,
|
||||
.mform .fduration label,
|
||||
.mform .fitem fieldset.fgroup label,
|
||||
.mform .fradio label,
|
||||
.mform .fcheckbox label,
|
||||
.mform fieldset.fdate_selector label {display:inline;float: none;width: auto;}
|
||||
.mform fieldset.fdate_selector label,
|
||||
.mform fieldset.fdate_time_selector label {display:inline;float: none; margin-left: .3em; vertical-align: text-bottom;}
|
||||
.dir-rtl .mform .fcheckbox label,
|
||||
.dir-rtl .mform .fduration label,
|
||||
.dir-rtl .mform .fitem fieldset.fgroup label,
|
||||
.dir-rtl .mform .fradio label,
|
||||
.dir-rtl .mform fieldset.fdate_selector label,
|
||||
.dir-rtl .mform fieldset.fdate_time_selector label {margin-right: .3em; margin-left: 0;}
|
||||
.mform .ftags label.accesshide {display: block;position: static;}
|
||||
.mform .ftags select {margin-bottom: 0.7em;min-width: 22em;}
|
||||
.mform .helplink img { margin: 0 0 0 .45em; padding: 0;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue