mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 05:25:08 +02:00
MDL - RTL Theme fixes for Moodle 2 (theme/canvas)
Right align Forms in Report pages (when in RTL mode)
This commit is contained in:
parent
409c12f21a
commit
6abbcf194e
@ -530,6 +530,7 @@ input[type="radio"] {
|
||||
.path-grade-report-grader form {
|
||||
text-align: left;
|
||||
}
|
||||
.path-grade-report-grader.dir-rtl form { text-align: right; }
|
||||
|
||||
/* Footer
|
||||
-----------------------*/
|
||||
@ -653,4 +654,6 @@ input[type="radio"] {
|
||||
.pagelayout-redirect #content {
|
||||
text-align: center;
|
||||
margin: 10% auto;
|
||||
}
|
||||
}
|
||||
|
||||
.path-grade-report.dir-rtl #graded_users_selector .singleselect {margin: 0px;}
|
Loading…
x
Reference in New Issue
Block a user