From e8ef20a99517d866b4d6ccc271e60d613d0ec625 Mon Sep 17 00:00:00 2001 From: Svein-Tore Griff With Date: Sun, 20 Jan 2013 22:57:53 +0100 Subject: [PATCH] Add temporary styling --- css/questionset.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/questionset.css b/css/questionset.css index fdc21b3..26c5a3a 100644 --- a/css/questionset.css +++ b/css/questionset.css @@ -17,7 +17,8 @@ box-shadow: 0px 0px 6px firebrick; } .intro-page { - background: white; + background-color: rgba(255,255,255,0.9); + padding: 10px; position: absolute; z-index: 20; height: 100%; @@ -25,3 +26,7 @@ left: 0px; top: 0px; } +.questionset-results { + background-color: rgba(255, 255, 255, 0.75); + padding: 10px; +}