diff --git a/src/creator.html b/src/creator.html index 4723171..82049fc 100644 --- a/src/creator.html +++ b/src/creator.html @@ -171,22 +171,26 @@

Phrase

-
-
- Enable question bank? -
- - No - Yes - -

- - How many questions to ask? -
- - out of {{items.length}} -
-
+
+
+
+ Enable question bank? +
+ + No + Yes + +
+
+
+ + How many questions to ask? +
+ + out of {{items.length}} +
+
+
diff --git a/src/creator.scss b/src/creator.scss index 01c1158..83c913d 100644 --- a/src/creator.scss +++ b/src/creator.scss @@ -780,7 +780,7 @@ button.add-question { } } -.questionBank-wrapper { +.questionBankDialog-wrapper { position: fixed; top: 50%; left: 50%; @@ -790,17 +790,25 @@ button.add-question { background-color: white; color: black; height: 300px; - width: 300px; + width: 250px; z-index: 10000; display: flex; justify-content: center; align-items: center; - .questionBank-content { + .questionBankDialog { + margin: 15px; + .numInput { - width: 35px; + width: 30px; + margin-top: 10px; } - margin: 15px; + + .enable-qb-question { + margin-top: 15px; + margin-bottom: 15px; + } + } .dialogCloseButton {