From 564b28731c37f1002f74ad11b9ec95c32c600530 Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Mon, 10 Dec 2012 00:06:03 +0000 Subject: [PATCH] MDL-34592 theme_magazine: Fixes the report grader fixed column misalignment in magazine/style/core.css theme, plus fixes all CORE themes with minor adjustment to grade/report/grader/style.css --- grade/report/grader/styles.css | 2 +- theme/magazine/style/core.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/grade/report/grader/styles.css b/grade/report/grader/styles.css index c562c82b5c5..d0df11d9e55 100644 --- a/grade/report/grader/styles.css +++ b/grade/report/grader/styles.css @@ -214,7 +214,7 @@ border-color:#cecece; } .path-grade-report-grader th { -padding:2px 10px 0; +padding:1px 10px; } .path-grade-report-grader span.inclusion-links { diff --git a/theme/magazine/style/core.css b/theme/magazine/style/core.css index a8db47e5678..465de7006ef 100644 --- a/theme/magazine/style/core.css +++ b/theme/magazine/style/core.css @@ -844,6 +844,11 @@ table#categoryquestions th a { padding: 5px; } +.generaltable .header, +.generaltable .header { + padding: 0; +} + tr.r1 td { background-color: #f9f9f9; }