mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
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:
parent
5bbf20b48d
commit
5533791abc
5 changed files with 24 additions and 55 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue