mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Merge branch 'MDL-40180_master' of https://github.com/nadavkav/moodle
This commit is contained in:
commit
0afca44627
@ -315,7 +315,11 @@ table#user-grades th#studentheader,
|
|||||||
table#user-grades th.user {
|
table#user-grades th.user {
|
||||||
text-align: left;
|
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 {
|
div.gradertoggle {
|
||||||
display: inline;
|
display: inline;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
@ -355,6 +359,9 @@ table#user-grades .datesubmitted {
|
|||||||
.path-grade-report-grader th.user img.userpicture {
|
.path-grade-report-grader th.user img.userpicture {
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
}
|
}
|
||||||
|
.path-grade-report-grader.dir-rtl th.user img.userpicture {
|
||||||
|
margin-left: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
.path-grade-report-grader a.quickedit {
|
.path-grade-report-grader a.quickedit {
|
||||||
line-height:1em;
|
line-height:1em;
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user