mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-40180 - RTL/Clean theme: Misalignment of student name and profile image in grader (fixed by Mary Evans)
This commit is contained in:
parent
f192883305
commit
d0dde5cef7
@ -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
Loading…
x
Reference in New Issue
Block a user