gradebook MDL-26228 moved scroll bar css from standard theme into base

This commit is contained in:
Andrew 2011-02-27 21:49:00 +08:00
parent 2b37004c28
commit 54c3b90ec6
2 changed files with 2 additions and 2 deletions

View file

@ -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;}