MDL-45909 install/css: Left align input form fields on Install pages,in RTL mode

This commit is contained in:
Nadav Kavalerchik
2014-08-28 22:58:02 +03:00
parent e6f1c141bf
commit df174952fd
+8 -2
View File
@@ -132,7 +132,9 @@ and remove the following.
width: 245px;
text-align: right;
}
html[dir=rtl] .fitemtitle {
float: right;
}
label {
font-weight: bold;
display: inline-block;
@@ -142,7 +144,11 @@ label {
.fitemelement {
margin-left: 265px;
}
html[dir=rtl] .fitemelement {
margin-right: 265px;
margin-left: 0;
direction: ltr;
}
.alert, .alert h4 {
color: #c09853;
}