Skip to content

Commit

Permalink
MDL - RTL Theme fixes for Moodle 2 (theme/canvas)
Browse files Browse the repository at this point in the history
Right align Forms in Report pages (when in RTL mode)
  • Loading branch information
nadavkav authored and Aparup Banerjee committed Jun 18, 2012
1 parent 409c12f commit 6abbcf1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion theme/canvas/style/core.css
Expand Up @@ -530,6 +530,7 @@ input[type="radio"] {
.path-grade-report-grader form { .path-grade-report-grader form {
text-align: left; text-align: left;
} }
.path-grade-report-grader.dir-rtl form { text-align: right; }


/* Footer /* Footer
-----------------------*/ -----------------------*/
Expand Down Expand Up @@ -653,4 +654,6 @@ input[type="radio"] {
.pagelayout-redirect #content { .pagelayout-redirect #content {
text-align: center; text-align: center;
margin: 10% auto; margin: 10% auto;
} }

.path-grade-report.dir-rtl #graded_users_selector .singleselect {margin: 0px;}

0 comments on commit 6abbcf1

Please sign in to comment.