Merge branch 'MDL-60750-34' of git://github.com/lameze/moodle into MOODLE_34_STABLE

This commit is contained in:
Eloy Lafuente (stronk7)
2017-12-19 00:59:36 +01:00
3 changed files with 8 additions and 5 deletions
-5
View File
@@ -378,11 +378,6 @@ table.quizattemptsummary .noreviewmessage {
display: none;
}
#mod_quiz_preflight_form .femptylabel .felement {
margin: 0;
padding: 0;
}
.moodle-dialogue-base .moodle-dialogue.mod_quiz_preflight_popup {
width: 600px;
}
@@ -817,6 +817,10 @@ div#dock {
padding: 0.2em;
height: 1em;
}
#mod_quiz_preflight_form .femptylabel .felement {
margin: 0;
padding: 0;
}
// Question navigation block.
.path-mod-quiz #mod_quiz_navblock {
+4
View File
@@ -17894,6 +17894,10 @@ div#dock {
padding: 0.2em;
height: 1em;
}
#mod_quiz_preflight_form .femptylabel .felement {
margin: 0;
padding: 0;
}
.path-mod-quiz #mod_quiz_navblock .qnbutton {
text-decoration: none;
font-size: 14px;