From: jamiesensei Date: Mon, 26 May 2008 14:38:48 +0000 (+0000) Subject: MDL-15002 "grading report : notice from quiz_num_attempt_summary about how many total... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d842c35907ace0ded91752646b99b012c93ffb7b;p=moodle.git 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. --- 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; }