Skip to content

Commit

Permalink
MDL-29226 - fix right margin fitem in all Forms (when in RTL mode)(ch…
Browse files Browse the repository at this point in the history
…erry picked from commit 7a82ba6)
  • Loading branch information
nadavkav committed Nov 22, 2011
1 parent 85cba68 commit 61f85d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions theme/base/style/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,8 @@ body.tag .managelink {padding: 5px;}
.dir-rtl .mod-indent-15,
.dir-rtl .mod-indent-huge {margin-right:300px;margin-left:0;}

.dir-rtl .felement.feditor select {margin-right:18.75%;}
.dir-rtl .felement.feditor select {margin-right:18.75%;margin-left:auto;}
.dir-rtl .mform .fitem .felement {margin-right: 16%;margin-left:auto;}

/* Resourcelib mp3 player size: only width could be changed here, height hardcoded in JS */
.resourcecontent .resourcemediaplugin_mp3 object {height:25px; width: 600px}
Expand Down Expand Up @@ -876,4 +877,4 @@ ol li,

#page-admin-setting-enrolsettingsflatfile.dir-rtl .informationbox {direction: ltr;text-align: left;}

#page-admin-grade-edit-scale-edit.dir-rtl .error input#id_name {margin-right: 170px;}
#page-admin-grade-edit-scale-edit.dir-rtl .error input#id_name {margin-right: 170px;}

0 comments on commit 61f85d9

Please sign in to comment.