Skip to content

Commit

Permalink
MDL-35510 theme_mymobile: RTL fixes for course and category names in …
Browse files Browse the repository at this point in the history
…style/jmobile11_rtl.css
  • Loading branch information
Mary Evans committed Oct 18, 2012
1 parent b1c5155 commit c8ee9dd
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions theme/mymobile/style/jmobile11_rtl.css
Expand Up @@ -41,8 +41,6 @@
padding-right: 7px; padding-right: 7px;
} }


.dir-rtl .ui-li-count { left:38px; right:auto;}

.dir-rtl .ui-checkbox .ui-btn, .dir-rtl .ui-radio .ui-btn { .dir-rtl .ui-checkbox .ui-btn, .dir-rtl .ui-radio .ui-btn {
text-align: right; text-align: right;
} }
Expand All @@ -51,4 +49,14 @@


.path-mod-quiz.dir-rtl .que .control { .path-mod-quiz.dir-rtl .que .control {
width: 75%; width: 75%;
}

.dir-rtl .categorybox .ui-btn-inner,
.dir-rtl .coursebox .ui-btn-inner {
text-align: right;
}

.dir-rtl .categorybox .ui-btn-text,
.dir-rtl .coursebox .ui-btn-text {
padding-right: 25px;
} }

0 comments on commit c8ee9dd

Please sign in to comment.