Add lots of JS magic to make calendar usable
[infodrom.org/service.infodrom.org] / src / infodrom.css
index ad15cbe..850eeb1 100644 (file)
@@ -154,7 +154,7 @@ input.button:hover {
  */
 div.popup {
   background: white;
-  border: 1px solid #CCC;
+  border: 1px solid #777;
   height: auto;
   position: absolute;
 }
@@ -213,6 +213,10 @@ table#fc {
   z-index: 100;
 }
 
+div.popup div.caltitle {
+    font-weight: bold;
+}
+
 /*
  * jQuery & Co.
  */