Merge branch 'MDL-67487-master' of git://github.com/lucaboesch/moodle

This commit is contained in:
Jun Pataleta 2019-12-31 11:56:07 +08:00
commit 629f6d7e70
3 changed files with 16 additions and 2 deletions

View file

@ -455,6 +455,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

@ -15875,7 +15875,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 {
position: absolute;

View file

@ -16101,7 +16101,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 {
position: absolute;