mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16:42 +02:00
MDL-41615 quiz_mod: fix heading levels for usability and accessibility
This commit is contained in:
parent
d214057cad
commit
c544ee92f5
23 changed files with 86 additions and 32 deletions
|
@ -333,8 +333,19 @@ table.quizattemptsummary .noreviewmessage {
|
|||
.quizattemptcounts {
|
||||
clear: left;
|
||||
text-align: center;
|
||||
display:inline;
|
||||
margin-left:20%;
|
||||
}
|
||||
.dir-rtl .quizattemptcounts {
|
||||
margin-left:0;
|
||||
margin-right: 20%;
|
||||
}
|
||||
#page-mod-quiz-view .quizattemptcounts,
|
||||
.dir-rtl #page-mod-quiz-view .quizattemptcounts {
|
||||
display: block;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/** Mod quiz summary **/
|
||||
#page-mod-quiz-summary #content {
|
||||
text-align: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue