diff --git a/FrontEnd/src/app/tests/test-details/question-view/pairs/pairs.component.html b/FrontEnd/src/app/tests/test-details/question-view/pairs/pairs.component.html index 764dda4..f21e847 100644 --- a/FrontEnd/src/app/tests/test-details/question-view/pairs/pairs.component.html +++ b/FrontEnd/src/app/tests/test-details/question-view/pairs/pairs.component.html @@ -1,4 +1,4 @@ -
+
Pytanie za {{question.points}}pkt.
Czas: {{ timeLeft }} sek. Czas: bez limitu
{{question.question}}
@@ -18,7 +18,8 @@

+
-
+ diff --git a/FrontEnd/src/app/tests/test-details/question-view/puzzle/puzzle.component.html b/FrontEnd/src/app/tests/test-details/question-view/puzzle/puzzle.component.html index 30fdf6e..c8ea91a 100644 --- a/FrontEnd/src/app/tests/test-details/question-view/puzzle/puzzle.component.html +++ b/FrontEnd/src/app/tests/test-details/question-view/puzzle/puzzle.component.html @@ -1,4 +1,4 @@ -
+
Pytanie za {{question.points}}pkt.
Czas: {{ timeLeft }} sek. Czas: bez limitu
{{question.question}}

Dostępne elementy rozsypanki:

@@ -14,5 +14,6 @@

- +
+ diff --git a/FrontEnd/src/styles.css b/FrontEnd/src/styles.css index 5dc6355..3d2d069 100644 --- a/FrontEnd/src/styles.css +++ b/FrontEnd/src/styles.css @@ -65,7 +65,9 @@ body{ } .alert-grey { - background-color: #22272a; + background-color: #19032f; + margin-bottom: 20px; + padding-bottom: 20px; } body .ui-dialog .ui-dialog-titlebar {