mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 14:03:52 +01:00
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.
This commit is contained in:
parent
9ee4f8db8b
commit
3d59f5073c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user