mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
gradebook MDL-26228 moved scroll bar css from standard theme into base
This commit is contained in:
parent
2b37004c28
commit
54c3b90ec6
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
#grade-aggregation-help code {display: block;margin-top: 7px;}
|
#grade-aggregation-help code {display: block;margin-top: 7px;}
|
||||||
.gradeexportlink {padding: 2em;text-align: center;}
|
.gradeexportlink {padding: 2em;text-align: center;}
|
||||||
|
|
||||||
.gradetreebox {margin-top:10px;}
|
.gradetreebox {margin-top:10px;overflow-x:auto;overflow-y:hidden;}
|
||||||
.gradetreebox table {font-size: 0.8em;width: 100%;}
|
.gradetreebox table {font-size: 0.8em;width: 100%;}
|
||||||
.gradetreebox td.colspan,
|
.gradetreebox td.colspan,
|
||||||
.gradetreebox tr.category .cell {background-color: #DDD;}
|
.gradetreebox tr.category .cell {background-color: #DDD;}
|
||||||
|
|
|
@ -18,7 +18,7 @@ td.grade div.overridden {background-color: #DDDDDD;}
|
||||||
.path-grade-report-grader .graderreportoverlay {background-color:#EEEEEE;border:1px solid black;padding:10px;}
|
.path-grade-report-grader .graderreportoverlay {background-color:#EEEEEE;border:1px solid black;padding:10px;}
|
||||||
|
|
||||||
.path-grade-edit-tree .moving {background-color: #E8EEF7;}
|
.path-grade-edit-tree .moving {background-color: #E8EEF7;}
|
||||||
.path-grade-edit-tree .gradetreebox {width:70%;padding-bottom:15px;overflow-x:auto;overflow-y:hidden;}
|
.path-grade-edit-tree .gradetreebox {width:70%;padding-bottom:15px;}
|
||||||
|
|
||||||
.path-grade-edit-scale .scale_options,
|
.path-grade-edit-scale .scale_options,
|
||||||
#page-admin-grade-edit-scale-index .scale_options {font-size: 0.8em;}
|
#page-admin-grade-edit-scale-index .scale_options {font-size: 0.8em;}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue