MDL-35576 - Right padding is missing on Date field/element, when in RTL mode (minor fix)

This commit is contained in:
Nadav Kavalerchik
2012-09-25 01:17:28 +02:00
committed by Eloy Lafuente (stronk7)
parent 2bb3259fc3
commit a2b837e5be
+1
View File
@@ -211,6 +211,7 @@ a.skip:active {position: static;display: block;}
.mform .fitem .fitemtitle div {display: inline;}
.mform .fitem .felement {border-width: 0;width:80%;margin-left:16%;}
.mform .fitem fieldset.felement {margin-left:15%;padding-left:1%;margin-bottom:0}
.dir-rtl .mform .fitem fieldset.felement {padding-right: 1%;margin-right: 15%;}
.mform .error,
.mform .required {color:#A00;}
.mform .required .fgroup span label {color:#000;}