MDL-40071 - Right align category titles and usernames in gradebook (theme/clean, bootstrapbase)

This commit is contained in:
Nadav Kavalerchik
2013-07-18 19:25:19 +03:00
parent 07bbbcf174
commit e22b3e2ecb
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -548,7 +548,12 @@ table#user-grades tr.controls td,
.path-grade-report-grader table td.userfield {
text-align:left;
}
.path-grade-report-grader.dir-rtl {
table th.user,
table td.userfield {
text-align:right;
}
}
.path-grade-report-grader .usersuspended a:link,
.path-grade-report-grader .usersuspended a:visited {
.muted
File diff suppressed because one or more lines are too long