MDL-15750 - After the close date, the teacher cannot preview a quiz becuase the timer thinks the time is already up. Also, move the timer in to the new navigation block.

This commit is contained in:
tjhunt 2008-07-22 11:37:01 +00:00
parent 5bbf20b48d
commit 5533791abc
5 changed files with 24 additions and 55 deletions

View file

@ -3842,18 +3842,11 @@ body#mod-forum-search .introcontent {
margin-top: 1.5em;
}
#mod-quiz-attempt #quiz-timer-outer {
position: absolute;
width: 150px;
top: 100px;
left: 10px;
padding: 0.25em 0;
border-width: 1px;
border-style: solid;
#mod-quiz-attempt #quiz-timer {
display: none;
}
#mod-quiz-attempt #quiz-timer-outer h3,
#mod-quiz-attempt #quiz-timer-outer p {
margin: 0;
#mod-quiz-attempt #quiz-time-left {
font-weight: bold;
}
body#question-preview .quemodname,