MDL-41484 theme_bootstrabase: Alignment of labels on smaller screens

This commit is contained in:
Frederic Massart
2014-01-14 16:50:00 +01:00
parent e92da00284
commit 0ecb19e209
2 changed files with 12 additions and 2 deletions
@@ -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