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:
committed by
Dan Poltawski
parent
fe3ccd7e4d
commit
0d376b00be
@@ -200,6 +200,7 @@
|
||||
}
|
||||
.dir-rtl .fp-toolbar div {
|
||||
width: 100px;
|
||||
padding-right: 0px;
|
||||
}
|
||||
.fp-toolbar img {
|
||||
vertical-align: -15%;
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user