From 5153aac5159814902ec82a629bbe25422f50e7f1 Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Sun, 17 Jul 2016 22:17:44 +0200 Subject: [PATCH] Adjust zIndex for calendar and font-size for bars --- src/infodrom.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/infodrom.css b/src/infodrom.css index 20642a6..3a71ff7 100644 --- a/src/infodrom.css +++ b/src/infodrom.css @@ -43,7 +43,7 @@ a:visited { h3.bar { padding-left: 5px; padding-bottom: 2px; - font-size: 15px; + font-size: 14px; background: #98c5e5; } img.border { @@ -140,6 +140,13 @@ input.button:hover { background-color: #bfbfbf; } +/* + * Calendar + */ +table#fc { + z-index: 100; +} + /* * Footer */ -- 2.20.1