Skip to content

Commit

Permalink
MDL-41484 theme_bootstrabase: Alignment of labels on smaller screens
Browse files Browse the repository at this point in the history
  • Loading branch information
FMCorz committed Jan 14, 2014
1 parent e92da00 commit 0ecb19e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion theme/bootstrapbase/less/moodle/responsive.less
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit 0ecb19e

Please sign in to comment.