MDL-70853 theme: align submit buttons in settings forms.

This commit is contained in:
Luca Bösch 2021-05-18 21:54:34 +02:00
parent efb3d4e7a7
commit 942dc9de42
3 changed files with 7 additions and 24 deletions

View File

@ -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;
}
@ -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;
}
@ -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 {

View File

@ -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; }
@ -16712,11 +16708,8 @@ 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:
@ -16724,6 +16717,8 @@ textarea[data-auto-rows] {
*/
/*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; } }

View File

@ -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; }
@ -16947,11 +16943,8 @@ 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:
@ -16959,6 +16952,8 @@ textarea[data-auto-rows] {
*/
/*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; } }