gradebook MDL-26228 moved scrollbar css from standard theme into base

This commit is contained in:
Andrew Davis (andyjdavis) 2011-03-09 15:55:25 +08:00
parent 2b37004c28
commit 48c235941f
2 changed files with 2 additions and 2 deletions

View file

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

View file

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