Skip to content

Commit

Permalink
Merge branch 'MDL-60750-master' of git://github.com/lameze/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Dec 18, 2017
2 parents 2b7fda5 + 97f4556 commit dc3f4ac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mod/quiz/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
4 changes: 4 additions & 0 deletions theme/bootstrapbase/less/moodle/modules.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 4 additions & 0 deletions theme/bootstrapbase/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dc3f4ac

Please sign in to comment.