mirror of
https://github.com/ZetaKebab/japanese-conjugation-drill.git
synced 2025-01-14 22:08:44 +00:00
Added next button to explanation section.
This commit is contained in:
parent
7710459f69
commit
47fa14deea
@ -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;
|
||||
}
|
||||
|
@ -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>
|
||||
|
@ -731,6 +731,7 @@ function updateOptionSummary() {
|
||||
|
||||
function explain() {
|
||||
$('#explanation').show();
|
||||
$('#explain-proceed-button').focus();
|
||||
}
|
||||
|
||||
function getOptions() {
|
||||
|
Loading…
Reference in New Issue
Block a user