From df5c8254d85fb80b26abc514b7c45d6f85732797 Mon Sep 17 00:00:00 2001 From: s416122 Date: Sun, 15 Dec 2019 00:24:58 +0100 Subject: [PATCH] =?UTF-8?q?PUNKT-37=20Wygl=C4=85d=20wszystkich=20typ=C3=B3?= =?UTF-8?q?w=20pyta=C5=84=20w=20rozwi=C4=85zywanym=20te=C5=9Bcie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../test-details/question-view/pairs/pairs.component.html | 5 +++-- .../test-details/question-view/puzzle/puzzle.component.html | 5 +++-- FrontEnd/src/styles.css | 4 +++- 3 files changed, 9 insertions(+), 5 deletions(-) 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 {