From 47fa14deeac0779128ad421b11a4815e3963d98f Mon Sep 17 00:00:00 2001 From: doncr Date: Mon, 25 Dec 2017 20:29:51 +0000 Subject: [PATCH] Added next button to explanation section. --- conjugation/drill.css | 7 ++++++- conjugation/drill.html | 1 + conjugation/drill.js | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/conjugation/drill.css b/conjugation/drill.css index 3f33f3f..71ba57c 100644 --- a/conjugation/drill.css +++ b/conjugation/drill.css @@ -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; +} diff --git a/conjugation/drill.html b/conjugation/drill.html index 11fcdd1..13e9963 100755 --- a/conjugation/drill.html +++ b/conjugation/drill.html @@ -145,6 +145,7 @@ + diff --git a/conjugation/drill.js b/conjugation/drill.js index 9582f5d..a6a8a92 100755 --- a/conjugation/drill.js +++ b/conjugation/drill.js @@ -731,6 +731,7 @@ function updateOptionSummary() { function explain() { $('#explanation').show(); + $('#explain-proceed-button').focus(); } function getOptions() {