# HG changeset patch # User Katia Saurfelt # Date 1251880816 -7200 # Node ID 80431394272439ed351d6a3f6d2285bf589adcb9 # Parent b1c3626ce20a3f52c5d020dadc2493e98a2cb037 add td/th borders on popup calendar diff -r b1c3626ce20a -r 804313942724 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 {