From d2700067d135a13383f2e1a4d8ed693f14dc844f Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 6 Jul 2016 17:34:57 +0200 Subject: [exams] Add button to zoom to selected exam period; autofill end day; show description of exam periods --- modules-available/exams/style.css | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'modules-available/exams/style.css') diff --git a/modules-available/exams/style.css b/modules-available/exams/style.css index 89f312fa..4a6cd7da 100644 --- a/modules-available/exams/style.css +++ b/modules-available/exams/style.css @@ -1,16 +1,17 @@ - .vis-item.vis-background { +.vis-item.vis-background { background-color: rgba(192, 57, 43, .5) !important; } - .vis-item.spacer { + +.vis-item.spacer { visibility: hidden; - } +} - .vis-selected, - .vis-readonly { - background-color: #80D6F2 !important; - border: 1px solid grey !important; - } +.vis-selected, +.vis-readonly { + background-color: #80D6F2 !important; + border: 1px solid grey !important; +} - .vis-item.disabled { - background-color: rgba(189, 195, 199,1.0) !important; - } +.vis-item.disabled { + background-color: rgba(189, 195, 199, 1.0) !important; +} -- cgit v1.2.3-55-g7522