]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-13830 Added colours for gradepass and gradefail. Merging from MOODLE_19_STABLE
authornicolasconnault <nicolasconnault>
Mon, 10 Mar 2008 06:38:21 +0000 (06:38 +0000)
committernicolasconnault <nicolasconnault>
Mon, 10 Mar 2008 06:38:21 +0000 (06:38 +0000)
theme/standard/styles_color.css

index d1771990f237cc2afca3835477536d8b4f7a9513..9be92ea5a0cda78f8d82001625cfe7428d633e37 100644 (file)
@@ -735,6 +735,14 @@ td.grade div.overridden {
   background-color: #DDDDDD;
 }
 
+.grade-report-grader table#user-grades td.cell span.gradepass {
+  background-color: #C2EBBD; 
+}
+
+.grade-report-grader table#user-grades td.cell span.gradefail {
+  background-color: #EBC4BD; 
+}
+
 /* grade edit */
 
 .grade-edit-tree .moving {
@@ -998,14 +1006,19 @@ table.message_search_results td {
  ***/
 
 table.quizattemptsummary .bestrow td {
-  background-color: #e8e8e8;
+    background-color: #e8e8e8;
+}
+
+#mod-quiz-attempt #quiz-timer-outer {
+    border-color: #dddddd;
+    background: white;
 }
 
 table.quizreviewsummary th.cell {
-  background: #f0f0f0;
+    background: #f0f0f0;
 }
 table.quizreviewsummary td.cell {
-  background: #fafafa;
+    background: #fafafa;
 }
 
 /***