Merge branch 'MDL-26228_grade_full_view' of git://github.com/andyjdavis/moodle

This commit is contained in:
Petr Skoda
2011-02-28 09:59:13 +01:00
2 changed files with 2 additions and 2 deletions
+1 -1
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;}
+1 -1
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-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;}