Skip to content

Commit

Permalink
MDL-45909 install/css: Left align input form fields on Install pages,…
Browse files Browse the repository at this point in the history
… in RTL mode
  • Loading branch information
nadavkav committed Aug 28, 2014
1 parent 1446e02 commit dc942aa
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions install/css.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@
width: 245px;
text-align: right;
}
html[dir=rtl] .fitemtitle {
float: right;
}
label {
font-weight: bold;
display: inline-block;
Expand All @@ -142,7 +144,11 @@
.fitemelement {
margin-left: 265px;
}
html[dir=rtl] .fitemelement {
margin-right: 265px;
margin-left: 0;
direction: ltr;
}
.alert, .alert h4 {
color: #c09853;
}
Expand Down

0 comments on commit dc942aa

Please sign in to comment.