MDL-8547 Time remaining covers question text in the quiz when using secure mode.

This commit is contained in:
tjhunt
2008-10-02 02:45:25 +00:00
parent 329952a56c
commit 587397becf
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -420,7 +420,7 @@
$headtags = get_html_head_contributions($pagequestions, $questions, $states);
if (!empty($popup)) {
define('MESSAGE_WINDOW', true); // This prevents the message window coming up
print_header($course->shortname.': '.format_string($quiz->name), '', '', '', $headtags, false, '', '', false, '');
print_header($course->shortname.': '.format_string($quiz->name), '', '', '', $headtags, false, '', '', false, ' class="securewindow"');
include('protect_js.php');
} else {
$strupdatemodule = has_capability('moodle/course:manageactivities', $coursecontext)
+4
View File
@@ -3807,6 +3807,10 @@ body#mod-quiz-view .generalbox#feedback .overriddennotice {
#mod-quiz-attempt #timer .generalbox {
width:150px
}
#mod-quiz-attempt.securewindow .que {
margin-left: 155px;
margin-right: 155px;
}
#mod-quiz-attempt #timer {
position:absolute;