From 54c3b90ec6ded5c746b3904872a003ed9da82e7a Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 27 Feb 2011 21:49:00 +0800 Subject: [PATCH] gradebook MDL-26228 moved scroll bar css from standard theme into base --- theme/base/style/grade.css | 2 +- theme/standard/style/grade.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/base/style/grade.css b/theme/base/style/grade.css index 593f08a585e..52f098f5042 100644 --- a/theme/base/style/grade.css +++ b/theme/base/style/grade.css @@ -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;} diff --git a/theme/standard/style/grade.css b/theme/standard/style/grade.css index 1f9c2dfef39..5b901c0f78e 100644 --- a/theme/standard/style/grade.css +++ b/theme/standard/style/grade.css @@ -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;overflow-x:auto;overflow-y:hidden;} +.path-grade-edit-tree .gradetreebox {width:70%;padding-bottom:15px;} .path-grade-edit-scale .scale_options, #page-admin-grade-edit-scale-index .scale_options {font-size: 0.8em;} -- 2.43.0