From 3915645d7e1890551288f815afd79c1e3c07661d Mon Sep 17 00:00:00 2001 From: Danny Wahl Date: Sun, 6 Jul 2014 20:39:11 +0800 Subject: [PATCH] fix the layout for question paging --- style/elegance.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style/elegance.css b/style/elegance.css index 8b064e2..7119df0 100644 --- a/style/elegance.css +++ b/style/elegance.css @@ -2898,6 +2898,11 @@ table#user-grades th.userreport.c1 { margin: 0; } +/* fix quiz question label controls */ +#page-mod-quiz-edit #quizquestions .questioncontentcontainer label { + display: block; +} + /* @end */ /* @group Fixes */