Skip to content

Commit

Permalink
MDL-77288 quiz: Horizontally align feedback to the border & full width.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lucaboesch committed Feb 24, 2023
1 parent 9ee4f8d commit 3d59f50
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions mod/quiz/styles.css
Expand Up @@ -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;
Expand Down

0 comments on commit 3d59f50

Please sign in to comment.