mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Merge branch 'MDL-67487-master' of git://github.com/lucaboesch/moodle
This commit is contained in:
commit
629f6d7e70
3 changed files with 16 additions and 2 deletions
|
@ -455,6 +455,16 @@ textarea[data-auto-rows] {
|
||||||
/*rtl:remove*/
|
/*rtl:remove*/
|
||||||
background-image: url([[pix:t/collapsed]]);
|
background-image: url([[pix:t/collapsed]]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mform {
|
||||||
|
.form-inline {
|
||||||
|
.fdefaultcustom {
|
||||||
|
label {
|
||||||
|
justify-content: initial;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Form inset on the left/right.
|
// Form inset on the left/right.
|
||||||
|
|
|
@ -15875,7 +15875,9 @@ textarea[data-auto-rows] {
|
||||||
background-image: url([[pix:t/collapsed_rtl]]);
|
background-image: url([[pix:t/collapsed_rtl]]);
|
||||||
*/
|
*/
|
||||||
/*rtl:remove*/
|
/*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 {
|
.input-group.form-inset .form-inset-item {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
|
@ -16101,7 +16101,9 @@ textarea[data-auto-rows] {
|
||||||
background-image: url([[pix:t/collapsed_rtl]]);
|
background-image: url([[pix:t/collapsed_rtl]]);
|
||||||
*/
|
*/
|
||||||
/*rtl:remove*/
|
/*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 {
|
.input-group.form-inset .form-inset-item {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue