HFP-1973 Make navigation buttons behave nice with new compact block

Fix-translations
Paal Joergensen 2018-04-25 09:42:10 +02:00
parent 1e94e1bdd9
commit 9cc3e563dd
2 changed files with 0 additions and 10 deletions

View File

@ -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;

View File

@ -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;