Added next button to explanation section.

This commit is contained in:
doncr 2017-12-25 20:29:51 +00:00
parent 7710459f69
commit 47fa14deea
3 changed files with 8 additions and 1 deletions

View File

@ -3,7 +3,7 @@ body {
}
body, input {
font-family: Yu Gothic, Amaranth, sans-serif;
font-family: Amaranth, sans-serif;
}
#proceed svg {
@ -364,3 +364,8 @@ div.horiz > * {
.explain-answer-as-list {
padding-left: 24px;
}
.centre {
display: table;
margin: 0 auto;
}

View File

@ -145,6 +145,7 @@
<ul class="explain-answer-as-list"></ul>
</div>
<button id="explain-proceed-button" class="centre" onclick="javascript:proceed()">OK, next question</button>
</div>
</div>

View File

@ -731,6 +731,7 @@ function updateOptionSummary() {
function explain() {
$('#explanation').show();
$('#explain-proceed-button').focus();
}
function getOptions() {