Skip to content

Commit

Permalink
MDL-35576 - Right padding is missing on Date field/element, when in R…
Browse files Browse the repository at this point in the history
…TL mode (minor fix)
  • Loading branch information
nadavkav authored and stronk7 committed Sep 24, 2012
1 parent 2bb3259 commit a2b837e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theme/base/style/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;}
Expand Down

0 comments on commit a2b837e

Please sign in to comment.