From 3419d39f8b6037893489bc37e947cae5c60d4aff Mon Sep 17 00:00:00 2001 From: pilpi Date: Fri, 13 Mar 2009 15:47:08 +0000 Subject: [PATCH] quiz editing: MDL-18556 In quiz reordering tab, eye fails to group questions/pages correctly Changed the coloring, margins and paddings slightly to enhance grouping. --- theme/standard/styles_color.css | 8 ++++++-- theme/standard/styles_layout.css | 6 +++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index d459c5bec2..22e152ab95 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -1192,11 +1192,15 @@ css id's of question bank*/ background-color:#FFF; } #mod-quiz-edit div.question div.content div.questioncontrols{ - background-color:#FFF; + background-color:#F9F9F9; } #mod-quiz-edit div.editq div.question div.content{ - background-color:#fff; + background-color:#F9F9F9; } +#mod-quiz-edit .reorder div.question div.content{ + background-color:#F9F9F9; +} + #mod-quiz-edit .questionbankwindow div.header a{ color:#FFF; } diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index d145d57f2b..08589f6550 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -4692,6 +4692,7 @@ table.quizreviewsummary td.cell { float:left; position:relative; margin-left:0.3em; + margin-bottom:0.2em; border-left:solid #777 thin; line-height:1.3em; -webkit-border-radius:0.6em; @@ -4701,7 +4702,7 @@ table.quizreviewsummary td.cell { border-radius-bottomleft:0; border-radius-topleft:0; width:88%; - padding:0 0 0.5em; + padding:0.15em 0 0.3em; } #mod-quiz-edit div.question{ @@ -4756,7 +4757,6 @@ table.quizreviewsummary td.cell { #mod-quiz-edit .reorder div.question div.content{ width:87%; float:left; - background-color:#fff; position:relative; -webkit-border-radius:0.3em; -webkit-border-radius-bottomleft:0; @@ -4949,7 +4949,7 @@ table.quizreviewsummary td.cell { #mod-quiz-edit .quizpagedelete img { background-color:#d6d6d6; - padding:0.5em; + padding:0.6em; } #mod-quiz-edit .pagecontrols { -- 2.39.5