]> git.mjollnir.org Git - moodle.git/commitdiff
Fix layout of quiz reports in groups mode - Merged from OU Moodle.
authortjhunt <tjhunt>
Tue, 19 Jun 2007 09:43:28 +0000 (09:43 +0000)
committertjhunt <tjhunt>
Tue, 19 Jun 2007 09:43:28 +0000 (09:43 +0000)
theme/standard/styles_layout.css

index a76127413f60ff78ff717021d18ab39865fd4607..3e62872438da963619fc8a3648e5e0b7ab9e6e72 100644 (file)
@@ -3268,6 +3268,10 @@ body#mod-quiz-report table#itemanalysis
   width: 80%;
   margin: auto;
 }
+body#mod-quiz-report table#attempts,
+body#mod-quiz-report h2.main {
+  clear: both;
+}
 body#mod-quiz-report table#attempts {
   margin: 20px auto;
 }