mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
grader_report MDL-19007 Resolved alignment issue - Thanks Neil for the patch
This commit is contained in:
parent
51b9ccc084
commit
d5c2872377
@ -139,12 +139,15 @@ border-style:solid;
|
||||
border-width:0 1px;
|
||||
}
|
||||
|
||||
/* we don't want 25px height - at all
|
||||
* This causes the columns to fall out of line if Static Students Column is enabled
|
||||
.grade-report-grader table#user-grades th.category,
|
||||
.grade-report-grader table#user-grades th.item,
|
||||
.grade-report-grader table#user-grades th.categoryitem,
|
||||
.grade-report-grader table#user-grades th.courseitem {
|
||||
height: 25px;
|
||||
}
|
||||
*/
|
||||
|
||||
.grade-report-grader td,.grade-report-grader th {
|
||||
border-color:#CECECE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user