mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
MDL-47695 quiz editing: descritions don't have a max mark!
So don't show the UI for editing it. Also, don't show non-functional page split/join icons after the quiz has been attempted.
This commit is contained in:
parent
b49de5d930
commit
97ef7ea2ce
2 changed files with 18 additions and 2 deletions
|
@ -622,6 +622,12 @@ table.quizreviewsummary td.cell {
|
|||
padding: 0.2em;
|
||||
margin: 0.4em;
|
||||
}
|
||||
#page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmarkcontainer .editicon {
|
||||
width: 13px;
|
||||
}
|
||||
#page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmarkcontainer.infoitem {
|
||||
background: transparent;
|
||||
}
|
||||
#page-mod-quiz-edit ul.slots li.section li.activity .instancemaxmarkcontainer form {
|
||||
display: inline;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue