From 01820a027d87bc50a29018b4c671441e96401fd0 Mon Sep 17 00:00:00 2001 From: DarkPete Date: Wed, 19 Dec 2018 11:17:27 +0100 Subject: [PATCH] INQ-7 layout changes --- static/style.css | 6 +++++- templates/lecturer.html | 4 ++-- templates/student.html | 10 +++++----- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/static/style.css b/static/style.css index 370b6ba..c081dd1 100644 --- a/static/style.css +++ b/static/style.css @@ -16,6 +16,10 @@ main { .color--primary { background-color: rgba(34, 51, 89, 1.0); } + +.color--answered { + background-color: rgb(81, 93, 121); +} .text--primary { color: rgba(34, 51, 89, 1.0); } @@ -231,7 +235,7 @@ ul > li:not(:last-child) { box-shadow: none !important; } .collapsible-header { - background: rgba(34, 51, 89, 1.0) !important; + /*background: rgba(34, 51, 89, 1.0) !important;*/ border-bottom: 0 !important; } .collapsible-body { diff --git a/templates/lecturer.html b/templates/lecturer.html index 1973062..c47c9fe 100644 --- a/templates/lecturer.html +++ b/templates/lecturer.html @@ -20,7 +20,7 @@