diff --git a/conjugation/drill.css b/conjugation/drill.css index 034e06e..63c96c7 100644 --- a/conjugation/drill.css +++ b/conjugation/drill.css @@ -150,6 +150,7 @@ body, input { #answer:focus { outline-width: 0; + outline: none; } .correct, @@ -192,7 +193,11 @@ body, input { } input#numQuestions { - width: 60px; + width: 100%; +} + +select#questionFocus { + width: 100%; } div.options ul { diff --git a/conjugation/drill.html b/conjugation/drill.html index f759bb0..0a6007f 100755 --- a/conjugation/drill.html +++ b/conjugation/drill.html @@ -25,19 +25,19 @@
- +
-
- +
- @@ -233,7 +233,7 @@
- +