Adjust zIndex for calendar and font-size for bars
authorJoey Schulze <joey@infodrom.org>
Sun, 17 Jul 2016 20:17:44 +0000 (22:17 +0200)
committerJoey Schulze <joey@infodrom.org>
Sun, 17 Jul 2016 20:25:26 +0000 (22:25 +0200)
src/infodrom.css

index 20642a6..3a71ff7 100644 (file)
@@ -43,7 +43,7 @@ a:visited {
 h3.bar {
   padding-left: 5px;
   padding-bottom: 2px;
 h3.bar {
   padding-left: 5px;
   padding-bottom: 2px;
-  font-size: 15px;
+  font-size: 14px;
   background: #98c5e5;
 }
 img.border {
   background: #98c5e5;
 }
 img.border {
@@ -140,6 +140,13 @@ input.button:hover {
   background-color: #bfbfbf;
 }
 
   background-color: #bfbfbf;
 }
 
+/*
+ * Calendar
+ */
+table#fc {
+  z-index: 100;
+}
+
 /*
  * Footer
  */
 /*
  * Footer
  */