mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
MDL-64142 gradebook: Fix the left hand table column on scroll
This commit is contained in:
parent
01acb1ea90
commit
30e89a5a9d
4 changed files with 29 additions and 17 deletions
|
@ -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;
|
||||
}
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue