From d842c35907ace0ded91752646b99b012c93ffb7b Mon Sep 17 00:00:00 2001 From: jamiesensei Date: Mon, 26 May 2008 14:38:48 +0000 Subject: [PATCH] MDL-15002 "grading report : notice from quiz_num_attempt_summary about how many total attempts there are on the quiz and how many in this group would make UI clearer" oops. Put the clear:both in the wrong place. --- theme/standard/styles_layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index a4fed6be2d..642643f983 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -3904,7 +3904,6 @@ table.quizreviewsummary td.cell { #mod-quiz-edit #page .controls, #mod-quiz-edit #page .quizattemptcounts { - clear : left; text-align: center; } #mod-quiz-edit .quizquestions h2 { @@ -4040,6 +4039,7 @@ table.quizreviewsummary td.cell { font-size: small; } .quizattemptcounts { + clear : left; text-align: center; margin: 6px 0; } -- 2.39.5