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:
tjhunt 2008-09-04 09:22:37 +00:00
parent 237806f4f0
commit 152d3c0242
5 changed files with 64 additions and 29 deletions

View file

@ -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;