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:
committed by
Dan Poltawski
parent
663c69e974
commit
32a3dc0ec0
@@ -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
Reference in New Issue
Block a user