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:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user