From: tjhunt Date: Tue, 19 Jun 2007 09:43:28 +0000 (+0000) Subject: Fix layout of quiz reports in groups mode - Merged from OU Moodle. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=194ce154d3bdac118037d4aacd1274ec8c5974cb;p=moodle.git Fix layout of quiz reports in groups mode - Merged from OU Moodle. --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index a76127413f..3e62872438 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -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; }