MDL-77033 core_grades: Add status column to setup page

Also make action menu consistent with grader report
This commit is contained in:
Ilya Tregubov 2023-03-06 11:00:19 +08:00
parent 7653093b55
commit 11b6dce50c
9 changed files with 288 additions and 75 deletions

View file

@ -372,6 +372,7 @@
.weightoverride {
margin-right: 5px;
}
min-width: 10em;
}
&.column-actions {
@ -481,6 +482,14 @@
}
}
}
.badge-light {
color: #1d2125;
background-color: #ced4da;
margin-right: 0.5em;
margin-bottom: 0.5em;
}
}
}

View file

@ -34867,6 +34867,9 @@ p.arrow_button {
width: 18px;
height: 18px;
}
.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr td.column-weight {
min-width: 10em;
}
.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr td.column-weight .weightoverride {
margin-right: 5px;
}
@ -34942,6 +34945,12 @@ p.arrow_button {
.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.item.categoryitem td:not(.column-actions), .path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.item.courseitem td:not(.column-actions) {
font-weight: bold;
}
.path-grade-edit-tree .gradetree-wrapper .badge-light {
color: #1d2125;
background-color: #ced4da;
margin-right: 0.5em;
margin-bottom: 0.5em;
}
/**
* Grader report.

View file

@ -34867,6 +34867,9 @@ p.arrow_button {
width: 18px;
height: 18px;
}
.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr td.column-weight {
min-width: 10em;
}
.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr td.column-weight .weightoverride {
margin-right: 5px;
}
@ -34942,6 +34945,12 @@ p.arrow_button {
.path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.item.categoryitem td:not(.column-actions), .path-grade-edit-tree .gradetree-wrapper .setup-grades.generaltable tr.item.courseitem td:not(.column-actions) {
font-weight: bold;
}
.path-grade-edit-tree .gradetree-wrapper .badge-light {
color: #1d2125;
background-color: #ced4da;
margin-right: 0.5em;
margin-bottom: 0.5em;
}
/**
* Grader report.