MDL-39682 Forms, File Picker, Themes: Fix alignment of Form's Labels and Input elements in RTL mode (theme/clean)

Conflicts:
	theme/bootstrapbase/style/moodle.css
This commit is contained in:
Nadav Kavalerchik
2013-08-27 15:50:10 +08:00
committed by Dan Poltawski
parent fe3ccd7e4d
commit 0d376b00be
3 changed files with 6 additions and 8 deletions
@@ -200,6 +200,7 @@
}
.dir-rtl .fp-toolbar div {
width: 100px;
padding-right: 0px;
}
.fp-toolbar img {
vertical-align: -15%;
+3 -6
View File
@@ -162,6 +162,7 @@ input#id_externalurl {
.form-item .form-label,
.mform .fitem div.fitemtitle {
float:right;
text-align: left;
}
}
.form-defaultinfo,
@@ -240,12 +241,8 @@ div.backup-section + form,
color: @grayDark;
text-decoration: none;
}
.dir-rtl .mform .fitem .fitemtitle {
float: right;
}
.dir-rtl .mform .fitem .felement {
margin-right: 16%;
margin-right: 30%;
margin-left: auto;
text-align: right;
}
@@ -367,4 +364,4 @@ div#dateselector-calendar-panel {
fieldset.coursesearchbox label {
display: inline;
}
}
File diff suppressed because one or more lines are too long