MDL-40180 - RTL/Clean theme: Misalignment of student name and profile image in grader (fixed by Mary Evans)

Conflicts:
	theme/bootstrapbase/style/moodle.css
This commit is contained in:
Nadav Kavalerchik
2013-06-18 10:43:48 +08:00
committed by Dan Poltawski
parent 663c69e974
commit 32a3dc0ec0
2 changed files with 9 additions and 2 deletions
+8 -1
View File
@@ -315,7 +315,11 @@ table#user-grades th#studentheader,
table#user-grades th.user {
text-align: left;
}
.dir-rtl table#user-grades th.category,
.dir-rtl table#user-grades th#studentheader,
.dir-rtl table#user-grades th.user {
text-align: right;
}
div.gradertoggle {
display: inline;
margin-left: 20px;
@@ -355,6 +359,9 @@ table#user-grades .datesubmitted {
.path-grade-report-grader th.user img.userpicture {
margin-right: 0.5em;
}
.path-grade-report-grader.dir-rtl th.user img.userpicture {
margin-left: 0.5em;
}
.path-grade-report-grader a.quickedit {
line-height:1em;
File diff suppressed because one or more lines are too long