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; }