]> git.mjollnir.org Git - moodle.git/commitdiff
copied back the CSS for the timer positioning from version 1.12
authorurs_hunkler <urs_hunkler>
Sat, 8 Apr 2006 15:06:36 +0000 (15:06 +0000)
committerurs_hunkler <urs_hunkler>
Sat, 8 Apr 2006 15:06:36 +0000 (15:06 +0000)
mod/quiz/styles.php

index 02abb0b9eb77b2e5c68a2091b54c97e36d29d556..8138c1816d674183664d19810cd760e4a07480d8 100644 (file)
@@ -186,5 +186,15 @@ body#mod-quiz-grading table#grading td
 * html .clearfix {height: 1%;}
 /* End hide from IE-mac */
 
+#mod-quiz-attempt #timer .generalbox {
+  width:150px
+}
+
+#mod-quiz-attempt #timer {
+  position:absolute;
+  /*top:100px; is set by js*/
+  left:10px
+}
+