mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-3633 Don't show the attempt number column on the quiz view page if the quiz only allows one attempt.
This commit is contained in:
parent
237806f4f0
commit
152d3c0242
5 changed files with 64 additions and 29 deletions
|
@ -1036,6 +1036,9 @@ table.message_search_results td {
|
|||
table.quizattemptsummary .bestrow td {
|
||||
background-color: #e8e8e8;
|
||||
}
|
||||
table.quizattemptsummary .noreviewmessage {
|
||||
color: gray;
|
||||
}
|
||||
|
||||
#mod-quiz-attempt #quiz-timer-outer {
|
||||
border-color: #dddddd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue