mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-77849 gradereport_grader: Numerical grades should be right-aligned
This commit is contained in:
parent
7beda01cae
commit
3816a64f32
@ -25,7 +25,7 @@
|
||||
border: 1px solid #ccc;
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
padding: 10px;
|
||||
padding: 10px 20px;
|
||||
vertical-align: top;
|
||||
height: 100%;
|
||||
}
|
||||
@ -49,7 +49,6 @@
|
||||
.path-grade-report-grader .category_grade_icons {
|
||||
white-space: nowrap;
|
||||
margin-top: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.path-grade-report-grader .grade_type_value .grade_icons {
|
||||
@ -160,7 +159,8 @@
|
||||
}
|
||||
|
||||
.path-grade-report-grader .gradeparent td.grade_type_value,
|
||||
.path-grade-report-grader .gradeparent td.grade_type_value input {
|
||||
.path-grade-report-grader .gradeparent td.grade_type_value input,
|
||||
.path-grade-report-grader .gradeparent td.grade_type_value div {
|
||||
text-align: right;
|
||||
margin-left: auto;
|
||||
}
|
||||
@ -204,6 +204,7 @@
|
||||
|
||||
.path-grade-report-grader .action-menu {
|
||||
display: inline-block;
|
||||
margin-right: -10px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user