summaryrefslogtreecommitdiffstats
path: root/modules-available/exams/style.css
diff options
context:
space:
mode:
authorSimon Rettberg2016-07-06 17:34:57 +0200
committerSimon Rettberg2016-07-06 17:34:57 +0200
commitd2700067d135a13383f2e1a4d8ed693f14dc844f (patch)
treee7d165687e5897069efefdb4c0023af1f335f89a /modules-available/exams/style.css
parentFix formatting (diff)
downloadslx-admin-d2700067d135a13383f2e1a4d8ed693f14dc844f.tar.gz
slx-admin-d2700067d135a13383f2e1a4d8ed693f14dc844f.tar.xz
slx-admin-d2700067d135a13383f2e1a4d8ed693f14dc844f.zip
[exams] Add button to zoom to selected exam period; autofill end day; show description of exam periods
Diffstat (limited to 'modules-available/exams/style.css')
-rw-r--r--modules-available/exams/style.css23
1 files changed, 12 insertions, 11 deletions
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;
+}