add td/th borders on popup calendar stable
authorKatia Saurfelt <katia.saurfelt@logilab.fr>
Wed, 02 Sep 2009 10:40:16 +0200
branchstable
changeset 3095 804313942724
parent 3070 b1c3626ce20a
child 3096 8ee9529d8367
add td/th borders on popup calendar
web/data/cubicweb.calendar_popup.css
--- 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 {