MDL-78813 gradereport_grader: Fixed help icon covering course average

This commit is contained in:
Kevin Percy
2023-09-26 11:21:00 +02:00
committed by Mihail Geshoski
parent 6988b5b328
commit 00bd11b539
+11
View File
@@ -201,3 +201,14 @@
border: 1px solid #ccc;
border-radius: 4px;
}
@media only screen and (min-width: 768px) {
.path-grade-report-grader .gradeparent table {
padding-right: 6em;
border-top-width: 0;
}
.path-grade-report-grader .gradeparent table tr:first-of-type th {
border-top-width: 1px;
}
}