Skip to content

Commit

Permalink
MDL-35578 - Left justify LTR Form input fields (email, idnumber, url,…
Browse files Browse the repository at this point in the history
… phone...), when in RTL mode
  • Loading branch information
nadavkav committed Sep 22, 2012
1 parent c8ac480 commit 4e0b7ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions theme/base/style/core.css
Expand Up @@ -663,6 +663,11 @@ body.tag .managelink {padding: 5px;}

.dir-rtl .felement.feditor select {margin-right:18.75%;margin-left:auto;}
.dir-rtl .mform .fitem .felement {margin-right: 16%;margin-left:auto;text-align: right;}
.dir-rtl .mform .fitem .felement input[name=email],
.dir-rtl .mform .fitem .felement input[name=url],
.dir-rtl .mform .fitem .felement input[name=idnumber],
.dir-rtl .mform .fitem .felement input[name=phone1],
.dir-rtl .mform .fitem .felement input[name=phone2] {text-align: left; direction: ltr;}

/* Audio player size in 'block' mode (can only change width, height is hardcoded in JS) */
.resourcecontent .mediaplugin_mp3 object {height:25px; width: 600px}
Expand Down

0 comments on commit 4e0b7ff

Please sign in to comment.