Skip to content

Commit

Permalink
Revert "gradebook MDL-26228 moved scroll bar css from standard theme …
Browse files Browse the repository at this point in the history
…into base"

This reverts commit 54c3b90.
  • Loading branch information
skodak committed Mar 2, 2011
1 parent 5eb1e14 commit 84fed01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion theme/base/style/grade.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#grade-aggregation-help code {display: block;margin-top: 7px;}
.gradeexportlink {padding: 2em;text-align: center;}

.gradetreebox {margin-top:10px;overflow-x:auto;overflow-y:hidden;}
.gradetreebox {margin-top:10px;}
.gradetreebox table {font-size: 0.8em;width: 100%;}
.gradetreebox td.colspan,
.gradetreebox tr.category .cell {background-color: #DDD;}
Expand Down
2 changes: 1 addition & 1 deletion theme/standard/style/grade.css
Original file line number Diff line number Diff line change
Expand Up @@ -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-edit-tree .moving {background-color: #E8EEF7;}
.path-grade-edit-tree .gradetreebox {width:70%;padding-bottom:15px;}
.path-grade-edit-tree .gradetreebox {width:70%;padding-bottom:15px;overflow-x:auto;overflow-y:hidden;}

.path-grade-edit-scale .scale_options,
#page-admin-grade-edit-scale-index .scale_options {font-size: 0.8em;}
Expand Down

0 comments on commit 84fed01

Please sign in to comment.