From 194ce154d3bdac118037d4aacd1274ec8c5974cb Mon Sep 17 00:00:00 2001 From: tjhunt Date: Tue, 19 Jun 2007 09:43:28 +0000 Subject: [PATCH] Fix layout of quiz reports in groups mode - Merged from OU Moodle. --- theme/standard/styles_layout.css | 4 ++++ 1 file changed, 4 insertions(+) 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; } -- 2.39.5