Added CSS properties for Firefox for fixed placement of the timer. It is a preliminarily fix. Please follow Bug #4053.

This commit is contained in:
urs_hunkler
2005-09-21 14:23:13 +00:00
parent 4fe8dfaddc
commit 508308fb7c
+12
View File
@@ -140,3 +140,15 @@ body#mod-quiz-report table#responses .correct {
body#mod-quiz-report table#responses .partialcorrect {
color: orange;
}
#mod-quiz-attempt #timer .generalbox {
width:150px
}
#mod-quiz-attempt #timer {
position:fixed !important;
top:100px !important;
left:10px !important
}
* html #mod-quiz-attempt #timer {
position:absolute !important
}