From: urs_hunkler Date: Sat, 8 Apr 2006 15:06:36 +0000 (+0000) Subject: copied back the CSS for the timer positioning from version 1.12 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5b2f6e51f901189dc4e98637bf7685133ef14292;p=moodle.git copied back the CSS for the timer positioning from version 1.12 --- diff --git a/mod/quiz/styles.php b/mod/quiz/styles.php index 02abb0b9eb..8138c1816d 100644 --- a/mod/quiz/styles.php +++ b/mod/quiz/styles.php @@ -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 +} +