web/data/cubicweb.calendar_popup.css
branchstable
changeset 3095 804313942724
parent 850 b747f1a1ced0
child 5767 1d811df051c2
--- a/web/data/cubicweb.calendar_popup.css	Mon Aug 31 18:55:59 2009 +0200
+++ b/web/data/cubicweb.calendar_popup.css	Wed Sep 02 10:40:16 2009 +0200
@@ -24,17 +24,16 @@
 table.popupCalendar {
   text-align: center;
   border: 1px solid #ccc;
-  z-index: 100;
+  z-index: 400;
 }
 
-
 table.popupCalendar th {
+  border:1px solid #ccc;
   background : #d9d9c1;
   color: black;
   padding: 2px 3px;
 }
 
-
 table.popupCalendar th.calTitle,
 table.popupCalendar th.prev,
 table.popupCalendar th.next {
@@ -51,12 +50,12 @@
   padding: 2px 0px;
 }
 
-
 table.popupCalendar td {
   width: 2em;
   height: 2em;
   background : #f6f5e1;
   font-size: 85%;
+  border:1px solid #ccc;
 }
 
 table.popupCalendar td.today {