diff --git a/.DS_Store b/.DS_Store index a77ce86..9e335f5 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/static/style.css b/static/style.css index e7d732d..4dae847 100644 --- a/static/style.css +++ b/static/style.css @@ -159,7 +159,10 @@ ul > li:not(:last-child) { width: 100%; transition: 0.2s all; } -#btn--login:hover { +.btn--answer { + transition: all 0.2s; +} +#btn--login:hover, .btn--answer:hover { box-shadow: 0px 10px 26px 0px rgba(0,0,0,0.75); } .forgot__text { @@ -195,4 +198,7 @@ ul > li:not(:last-child) { } #btn--logout:hover { background-color: rgba(34, 51, 89, 1.0); +} +#questions-list .row { + margin-bottom: 0px !important; } \ No newline at end of file diff --git a/templates/lecturer.html b/templates/lecturer.html index f3dc68d..44b41ff 100644 --- a/templates/lecturer.html +++ b/templates/lecturer.html @@ -12,32 +12,40 @@
- power_settings_new
- Proszę zaznaczyć pytanie i wybrać akcję -
-
- Pytanie 1 - 12 głosów -
-
- Pytanie 2 - 169 głosów -
-
-
-
- Pytanie 3 - 75 głosów -
-
- Pytanie 4 - 39 głosów -
-
+ Pytania studentów +
    +
  • + + Pytanie odnośnie zadania domowego 12.11.2018 + + + thumb_up12 + + ODPOWIEDZ +
  • +
  • + + Zagadnienia dotyczące egzaminu + + + thumb_up45 + + ODPOWIEDZ +
  • +
  • + + Czy 12 listopada odbędą się zajęcia? + + + thumb_up157 + + ODPOWIEDZ +
  • +
@@ -48,10 +56,14 @@
diff --git a/templates/student.html b/templates/student.html index 35ca4e1..18c8566 100644 --- a/templates/student.html +++ b/templates/student.html @@ -33,9 +33,20 @@
+
+
+
+
+