Please see picture for a description of the issue.
Using Clean this works OK.
Essential '2.8.1.5 (Build: 2015040900)'
Moodle 2.9 (Build: 20150511)

Please see picture for a description of the issue.
Using Clean this works OK.
Essential '2.8.1.5 (Build: 2015040900)'
Moodle 2.9 (Build: 20150511)
Hi Mart,
Essential version 2.8.1.5 is only designed to work with Moodle 2.8 as stated in the readme: https://github.com/gjb2048/moodle-theme_essential/blob/MOODLE_28/README.txt#L90-L93.
The quiz CSS was changed in Moodle 2.9 and the 'beta' version of the theme has it. If you would like to test on a test server, then please see: https://moodle.org/mod/forum/discuss.php?d=316090. The production version is not ready yet and depends on feedback from testing and donations.
Kind regards,
Gareth
Hi Gareth,
Seems to work in the beta.
Hi Mart,
Thank you for testing and letting me know.
Kind regards,
Gareth
Of course adding the additional CSS elements:
.path-mod-quiz #mod_quiz_navblock h3.mod_quiz-section-heading:first-child {
padding-top: 0px;
}
.path-mod-quiz #mod_quiz_navblock h3.mod_quiz-section-heading {
padding: 0.7em 0px 0px;
margin: 0px;
clear: both;
}
to the custom css does the trick in the current version.
Indeed it does Mart, however the complete solution is just a tad more involved than that: https://github.com/gjb2048/moodle-theme_essential/commit/189d041a7ae0b0e55b0794b553a9d8460e0f9838 and https://github.com/gjb2048/moodle-theme_essential/commit/d34013f7b2ad03eb64c75999c68739d70c2bf8f5.
You have the (x, y) coordinates for the background-position the wrong way round.
In that case, they are wrong in core: https://github.com/moodle/moodle/blob/MOODLE_29_STABLE/mod/quiz/styles.css#L151 - yet another tracker issue?
And have been wrong since 4th April 2013: https://github.com/moodle/moodle/blame/MOODLE_29_STABLE/mod/quiz/styles.css#L151, and longer by the looks of: https://github.com/moodle/moodle/commit/aa81e35847854333d9bcc5d9b667d07f82a5b5ed.
CSS Dyslexia
So Mary, will you tell Tim the good news?
Sure!