mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-67487 forms: align "Custom" checkbox for course section name.
This commit is contained in:
parent
7850f76a93
commit
4631f8b000
@ -464,6 +464,16 @@ textarea[data-auto-rows] {
|
||||
/*rtl:remove*/
|
||||
background-image: url([[pix:t/collapsed]]);
|
||||
}
|
||||
|
||||
.mform {
|
||||
.form-inline {
|
||||
.fdefaultcustom {
|
||||
label {
|
||||
justify-content: initial;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Form inset on the left/right.
|
||||
|
@ -16184,7 +16184,9 @@ textarea[data-auto-rows] {
|
||||
background-image: url([[pix:t/collapsed_rtl]]);
|
||||
*/
|
||||
/*rtl:remove*/
|
||||
background-image: url([[pix:t/collapsed]]); } }
|
||||
background-image: url([[pix:t/collapsed]]); }
|
||||
.mform .form-inline .fdefaultcustom label {
|
||||
justify-content: initial; } }
|
||||
|
||||
.input-group.form-inset .form-inset-item {
|
||||
padding-top: calc(0.375rem + 1px);
|
||||
|
@ -16453,7 +16453,9 @@ textarea[data-auto-rows] {
|
||||
background-image: url([[pix:t/collapsed_rtl]]);
|
||||
*/
|
||||
/*rtl:remove*/
|
||||
background-image: url([[pix:t/collapsed]]); } }
|
||||
background-image: url([[pix:t/collapsed]]); }
|
||||
.mform .form-inline .fdefaultcustom label {
|
||||
justify-content: initial; } }
|
||||
|
||||
.input-group.form-inset .form-inset-item {
|
||||
padding-top: calc(0.375rem + 1px);
|
||||
|
Loading…
x
Reference in New Issue
Block a user