lmsace / eguru

Eguru - a free responsive moodle theme developed by LMSACE
9 stars 9 forks source link

Bug in Editing quiz page #10

Open rezeau opened 5 years ago

rezeau commented 5 years ago

Release v3.6.1 for Moodle 3.6 On the quiz editing page the Maximum grade field is not accessible. Found the bug in \theme\eguru\scss\preset\eguru.scss lines 4846 etc. #page-mod-quiz-edit { .maxgrade { margin-top: 0; } .totalpoints { margin-top: 0; } } That css rule should be removed completely!