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

This commit is contained in:
Mary Evans 2012-12-09 22:23:42 +00:00
parent 4bd6f71bad
commit e907c68530
2 changed files with 6 additions and 1 deletions

View File

@ -223,7 +223,7 @@ border-color:#cecece;
}
.path-grade-report-grader th {
padding:2px 10px;
padding:1px 10px;
}
.path-grade-report-grader span.inclusion-links {

View File

@ -844,6 +844,11 @@ table#categoryquestions th a {
padding: 5px;
}
.generaltable .header,
.generaltable .header a {
padding: 0;
}
tr.r1 td {
background-color: #f9f9f9;
}