MDL-64142 gradebook: Fix the left hand table column on scroll

This commit is contained in:
Mihail Geshoski 2018-11-22 12:51:29 +08:00
parent 01acb1ea90
commit 30e89a5a9d
4 changed files with 29 additions and 17 deletions

View file

@ -19164,24 +19164,24 @@ button.yui3-button.closebutton:hover {
/**
* Grader report.
*/
.path-grade-report .gradeparent table {
.path-grade-report-grader .gradeparent table {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.path-grade-report .gradeparent tr .cell {
.path-grade-report-grader .gradeparent tr .cell {
background-color: #fff;
}
.path-grade-report .gradeparent table,
.path-grade-report .gradeparent .cell {
.path-grade-report-grader .gradeparent table,
.path-grade-report-grader .gradeparent .cell {
border-color: #ddd;
}
.path-grade-report .gradeparent tr:nth-of-type(even) .cell,
.path-grade-report .gradeparent .floater .cell,
.path-grade-report .gradeparent .avg {
.path-grade-report-grader .gradeparent tr:nth-of-type(even) .cell,
.path-grade-report-grader .gradeparent .floater .cell,
.path-grade-report-grader .gradeparent .avg {
background-color: #f9f9f9;
}
.path-grade-report .gradeparent table .clickable {
.path-grade-report-grader .gradeparent table .clickable {
cursor: pointer;
}
/**