From 5373887a7c1c8a25ab0658c74d76bf1a83e938b3 Mon Sep 17 00:00:00 2001 From: pilpi Date: Wed, 17 Dec 2008 16:11:49 +0000 Subject: [PATCH] quiz editing: MDL-17398 made question grading field smaller to accommodate a bigger 'save' button in some languages (finnish:Tallenna) --- theme/standard/styles_layout.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index bc4d94c8e3..431ff370b5 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -4617,6 +4617,12 @@ table.quizreviewsummary td.cell { width:8em; padding:0.2em; } +#mod-quiz-edit div.question div.content div.points input{ + width:2em; +} +#mod-quiz-edit div.question div.content div.points input.pointssubmitbutton{ + width:auto; +} #mod-quiz-edit .questionbankwindow select#catmenu_jump{ /* In Opera9, IE6 the width of the -- 2.39.5