mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-77033 core_grades: Add status column to setup page
Also make action menu consistent with grader report
This commit is contained in:
parent
7653093b55
commit
11b6dce50c
9 changed files with 288 additions and 75 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue