MDL-67487 forms: align "Custom" checkbox for course section name.

This commit is contained in:
Luca Bösch 2019-12-10 15:34:23 +01:00
parent 7850f76a93
commit 4631f8b000
3 changed files with 16 additions and 2 deletions

View File

@ -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.

View File

@ -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);

View File

@ -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);