]> git.mjollnir.org Git - moodle.git/commitdiff
Added grade pass/fail colours. Fixed label line height in course page
authorandreabix <andreabix>
Mon, 10 Mar 2008 15:14:42 +0000 (15:14 +0000)
committerandreabix <andreabix>
Mon, 10 Mar 2008 15:14:42 +0000 (15:14 +0000)
theme/formal_white/fw_color.css
theme/formal_white/fw_layout.css

index adfb6d63eeeb97576b884e91b315967be1dc1c7b..4ef104df8c5713734ad400fd96ae34e43fb930bd 100644 (file)
@@ -407,6 +407,18 @@ table.minicalendar tr td.weekend {
 #mod-forum-index .unread {
 }
 
+/***
+ *** Grade
+ ***/
+
+.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;
+}
+
 /***
  *** User
  ***/
index 250e89392b5966cc0bbda77eda9282cb0640e2f7..c548c07e584b27895f55da728307a2f95ddc4003 100644 (file)
@@ -316,6 +316,11 @@ table.calendarmonth tr td  {
        line-height: 22px;
 }
 
+#course-view .section td.content ul.section.img-text li.activity.label {
+       line-height: 16px;
+       margin-bottom: 5px;
+}
+
 .coursebox .info .name {
   padding-bottom: 5px;
   }