MDL-41484 theme_bootstrabase: Alignment of labels on smaller screens
This commit is contained in:
@@ -298,7 +298,17 @@
|
||||
.path-backup .mform .fitem .felement,
|
||||
.mform .fdescription.required,
|
||||
.form-item .form-description {
|
||||
margin-left: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
.dir-rtl {
|
||||
.form-item .form-label,
|
||||
.mform .fitem div.fitemtitle {
|
||||
float: none;
|
||||
text-align: right;
|
||||
}
|
||||
.mform .fitem .felement {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
table#form td.submit,
|
||||
.form-buttons,
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user