mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
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:
parent
4bd6f71bad
commit
e907c68530
@ -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 {
|
||||
|
@ -844,6 +844,11 @@ table#categoryquestions th a {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.generaltable .header,
|
||||
.generaltable .header a {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
tr.r1 td {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user