From 3c9e99cfa31fa39523da8c2828874c2793d13203 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Wed, 15 May 2013 14:16:21 +0200 Subject: [PATCH] Fixed questionset background and contrast issues. Fixed boardgame question animation. --- css/questionset.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/css/questionset.css b/css/questionset.css index c1ffbfb..e1a55d2 100644 --- a/css/questionset.css +++ b/css/questionset.css @@ -9,10 +9,14 @@ } .questionset, .intro-page, .questionset-results { position: relative; - margin: 1.5em; - box-shadow: 0 0 0.625em 0 #515151; - background-color: rgba(255,255,255,.75); - filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BFFFFFFF,endColorstr=#BFFFFFFF); +} +.h5p-multichoice > .h5p-question { + margin: 1em 0.5em 0; + padding: 0.5em 0.75em; + box-shadow: 0 0 0.5em #e3e3e3; + border-radius: 0.5em; + background: rgba(255, 255, 255, 0.9); + filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6FFFFFF,endColorstr=#e6FFFFFF); zoom: 1; } .dots-container {