mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +02:00
MDL-75153 grade: Update the general tertiary nav selector in gradebook
Updates the general tertiary nav selector in gradebook to use the new structure that utilizes the existing select_menu output component.
This commit is contained in:
parent
2b99e648cb
commit
0e1cdfde1d
16 changed files with 405 additions and 224 deletions
|
@ -19387,7 +19387,6 @@ p.arrow_button {
|
|||
left: 40vw; }
|
||||
|
||||
.path-grade-report-grader #region-main {
|
||||
overflow-x: visible;
|
||||
min-width: 100%;
|
||||
width: auto;
|
||||
display: flex;
|
||||
|
@ -19410,6 +19409,9 @@ p.arrow_button {
|
|||
.path-grade-report-user .gradefail {
|
||||
color: #ca3120; }
|
||||
|
||||
.path-grade #region-main {
|
||||
overflow-x: visible; }
|
||||
|
||||
#page-grade-grading-manage #activemethodselector label {
|
||||
display: inline-block; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue