mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
gradebook MDL-22443 fixed scroll problem with the grader report
This commit is contained in:
parent
2b2ffe79c2
commit
870e279510
@ -2,6 +2,10 @@
|
||||
white-space:normal;
|
||||
}
|
||||
|
||||
.gradestable {
|
||||
margin-bottom:0;
|
||||
}
|
||||
|
||||
.gradestable th.user img {
|
||||
width:20px;
|
||||
height:20px;
|
||||
@ -532,6 +536,10 @@ border-width:0;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.gradeparent {
|
||||
overflow:auto;
|
||||
}
|
||||
|
||||
.grade-report-grader table tr.avg td.cell,
|
||||
.grade-report-grader table#user-grades td.controls,
|
||||
.grade-report-grader table tr.avg,
|
||||
|
Loading…
x
Reference in New Issue
Block a user