From 48fd6b71cc3cfc4f5af3a4905833781fd97e2b63 Mon Sep 17 00:00:00 2001 From: andreabix Date: Mon, 10 Mar 2008 15:14:42 +0000 Subject: [PATCH] Added grade pass/fail colours. Fixed label line height in course page --- theme/formal_white/fw_color.css | 12 ++++++++++++ theme/formal_white/fw_layout.css | 5 +++++ 2 files changed, 17 insertions(+) diff --git a/theme/formal_white/fw_color.css b/theme/formal_white/fw_color.css index adfb6d63ee..4ef104df8c 100644 --- a/theme/formal_white/fw_color.css +++ b/theme/formal_white/fw_color.css @@ -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 ***/ diff --git a/theme/formal_white/fw_layout.css b/theme/formal_white/fw_layout.css index 250e89392b..c548c07e58 100644 --- a/theme/formal_white/fw_layout.css +++ b/theme/formal_white/fw_layout.css @@ -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; } -- 2.39.5