Skip to content

Commit

Permalink
Merge branch 'MDL-70853-master' of git://github.com/lucaboesch/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed May 27, 2021
2 parents a30d50c + 942dc9d commit 687b392
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 24 deletions.
13 changes: 3 additions & 10 deletions theme/boost/scss/moodle/forms.scss
Expand Up @@ -51,12 +51,6 @@
border-bottom: $border-width solid $table-border-color;
}

@include media-breakpoint-up(sm) {
.mform > .form-group {
margin-left: $spacer * 1.5;
}
}

#adminsettings .form-control[size] {
width: auto;
}
Expand Down Expand Up @@ -421,12 +415,8 @@ textarea[data-auto-rows] {
}

@include media-breakpoint-up(sm) {
.mform fieldset {
margin-left: $spacer * 1.5;
}
.mform fieldset.collapsible legend a.fheader {
padding: 0 5px 0 ($spacer * 1.5);
margin-left: -($spacer * 1.5);
background: url([[pix:t/expanded]]) 0 center no-repeat;
}

Expand All @@ -437,6 +427,9 @@ textarea[data-auto-rows] {
/*rtl:remove*/
background-image: url([[pix:t/collapsed]]);
}
.mform fieldset.collapsible .col-form-label {
padding-left: ($spacer * 2.5);
}

.mform {
.form-inline {
Expand Down
9 changes: 2 additions & 7 deletions theme/boost/style/moodle.css
Expand Up @@ -16427,10 +16427,6 @@ body.path-question-type .mform fieldset.hidden {
margin-bottom: 0.5rem;
border-bottom: 1px solid #dee2e6; }

@media (min-width: 576px) {
.mform > .form-group {
margin-left: 1.5rem; } }

#adminsettings .form-control[size] {
width: auto; }

Expand Down Expand Up @@ -16712,18 +16708,17 @@ textarea[data-auto-rows] {
flex-grow: 1; }

@media (min-width: 576px) {
.mform fieldset {
margin-left: 1.5rem; }
.mform fieldset.collapsible legend a.fheader {
padding: 0 5px 0 1.5rem;
margin-left: -1.5rem;
background: url([[pix:t/expanded]]) 0 center no-repeat; }
.mform fieldset.collapsed legend a.fheader {
/*rtl:raw:
background-image: url([[pix:t/collapsed_rtl]]);
*/
/*rtl:remove*/
background-image: url([[pix:t/collapsed]]); }
.mform fieldset.collapsible .col-form-label {
padding-left: 2.5rem; }
.mform .form-inline .fdefaultcustom label {
justify-content: initial; } }

Expand Down
9 changes: 2 additions & 7 deletions theme/classic/style/moodle.css
Expand Up @@ -16660,10 +16660,6 @@ body.path-question-type .mform fieldset.hidden {
margin-bottom: 0.5rem;
border-bottom: 1px solid #dee2e6; }

@media (min-width: 576px) {
.mform > .form-group {
margin-left: 1.5rem; } }

#adminsettings .form-control[size] {
width: auto; }

Expand Down Expand Up @@ -16947,18 +16943,17 @@ textarea[data-auto-rows] {
flex-grow: 1; }

@media (min-width: 576px) {
.mform fieldset {
margin-left: 1.5rem; }
.mform fieldset.collapsible legend a.fheader {
padding: 0 5px 0 1.5rem;
margin-left: -1.5rem;
background: url([[pix:t/expanded]]) 0 center no-repeat; }
.mform fieldset.collapsed legend a.fheader {
/*rtl:raw:
background-image: url([[pix:t/collapsed_rtl]]);
*/
/*rtl:remove*/
background-image: url([[pix:t/collapsed]]); }
.mform fieldset.collapsible .col-form-label {
padding-left: 2.5rem; }
.mform .form-inline .fdefaultcustom label {
justify-content: initial; } }

Expand Down

0 comments on commit 687b392

Please sign in to comment.