From 3d59f5073cf251fa2c0225603baa222916335afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Fri, 24 Feb 2023 10:44:19 +0100 Subject: [PATCH] MDL-77288 quiz: Horizontally align feedback to the border & full width. Probably from historical reasons and because of layout of former Moodle versions the container the feedback is situated in has 70% width and is indented. In nowadays themes this looks weird and gives visual inconsistency. --- mod/quiz/styles.css | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/mod/quiz/styles.css b/mod/quiz/styles.css index 4e03e761917..599d6d1227b 100644 --- a/mod/quiz/styles.css +++ b/mod/quiz/styles.css @@ -265,21 +265,6 @@ table.quizattemptsummary .noreviewmessage { margin-right: auto; } -#page-mod-quiz-view .generalbox#feedback { - width: 70%; - margin-left: auto; - margin-right: auto; - padding-bottom: 15px; -} - -#page-mod-quiz-view .generalbox#feedback h2 { - margin: 0; -} - -#page-mod-quiz-view .generalbox#feedback h3 { - text-align: left; -} - #page-mod-quiz-view .generalbox#feedback .overriddennotice { text-align: center; font-size: 0.7em;