HFP-1973 Make navigation buttons behave nice with new compact block
parent
1e94e1bdd9
commit
9cc3e563dd
|
@ -151,15 +151,6 @@
|
|||
line-height: 2.2335em;
|
||||
}
|
||||
|
||||
.h5p-question .h5p-question-next,
|
||||
.h5p-question .h5p-question-finish {
|
||||
margin: 0 0 1.5em 0.5em;
|
||||
}
|
||||
|
||||
.h5p-question .h5p-question-prev {
|
||||
margin: 0 0.5em 1.5em 0.5em;
|
||||
}
|
||||
|
||||
.h5p-question .h5p-question-next:before {
|
||||
content: "\f054";
|
||||
padding-right: 0;
|
||||
|
|
|
@ -133,7 +133,6 @@ H5P.QuestionSet = function (options, contentId, contentData) {
|
|||
var template = new EJS({text: texttemplate});
|
||||
var endTemplate = new EJS({text: resulttemplate});
|
||||
|
||||
|
||||
var initialParams = $.extend(true, {}, defaults, options);
|
||||
var poolOrder; // Order of questions in a pool
|
||||
var currentQuestion = 0;
|
||||
|
|
Loading…
Reference in New Issue