mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
gradebook MDL-26228 moved scrollbar css from standard theme into base
This commit is contained in:
parent
2b37004c28
commit
48c235941f
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
#grade-aggregation-help code {display: block;margin-top: 7px;}
|
||||
.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 td.colspan,
|
||||
.gradetreebox tr.category .cell {background-color: #DDD;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue