From aebc0cc31a43187bd21d13a8204e317d1462cec3 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Tue, 19 Oct 2010 02:40:14 +0000 Subject: [PATCH] gradebook MDL-24717 adding a background and a border to the grader report overlay --- theme/standard/style/grade.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/standard/style/grade.css b/theme/standard/style/grade.css index d352f99ad23..1f9c2dfef39 100644 --- a/theme/standard/style/grade.css +++ b/theme/standard/style/grade.css @@ -15,6 +15,7 @@ td.grade div.overridden {background-color: #DDDDDD;} .path-grade-report-grader table#user-grades td.cell span.gradepass {background-color: #C2EBBD;} .path-grade-report-grader table#user-grades td.cell span.gradefail {background-color: #EBC4BD;} .path-grade-report-grader table#user-grades td.clickable {cursor: pointer;} +.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;}