MDL-78813 gradereport_grader: Fixed help icon covering course average
This commit is contained in:
committed by
Mihail Geshoski
parent
6988b5b328
commit
00bd11b539
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user