1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-24 09:55:33 +02:00

MDL-36812 - Enabling grade_report_fixedstudents, shows the user's list on the left side of the page, in RTL mode (theme/standard)

This commit is contained in:
Nadav Kavalerchik 2012-11-24 23:12:45 +02:00
parent f42c34a38a
commit 2bfdd57619

@ -377,6 +377,8 @@ float:left;
clear:none;
padding-top:20px;
}
.path-grade-report-grader.dir-rtl .left_scroller {float:right;}
.path-grade-report-grader .right_scroller {
width:auto;
@ -636,3 +638,4 @@ position:absolute;
.path-grade-report-grader.ie6 .excludedfloater {
font-size:7px;
}