Skip to content

Commit

Permalink
Merge branch 'MDL-35510_M23' of git://github.com/lazydaisy/moodle int…
Browse files Browse the repository at this point in the history
…o MOODLE_23_STABLE
  • Loading branch information
Aparup Banerjee committed Nov 9, 2012
2 parents 79d86ff + c8ee9dd commit 3d9514b
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;
}

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

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

.path-mod-quiz.dir-rtl .que .control {
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 3d9514b

Please sign in to comment.