Update of /cvsroot/phpicalendar/phpicalendar/templates/green
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27802/templates/green
Modified Files:
default.css
Log Message:
Give week view the same table border pattern as day view
Index: default.css
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/templates/green/default.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** default.css 10 Jul 2009 17:50:22 -0000 1.5
--- default.css 10 Jul 2009 20:31:23 -0000 1.6
***************
*** 103,108 ****
.dateback { background-color: #eee; }
! .weekborder { border-top: 1px dashed #A1A5A9; border-right: 1px solid #A1A5A9; }
! .weekborder2 { border-right: 1px solid #A1A5A9; }
.timeborder { border-right: 2px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); }
.timeborder2 { border-right: 2px solid #A1A5A9; border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); }
--- 103,108 ----
.dateback { background-color: #eee; }
! .weekborder { border-right: 1px solid #A1A5A9; border-top: 1px dashed #ccc; }
! .weekborder2 { border-right: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; }
.timeborder { border-right: 2px solid #A1A5A9; border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); }
.timeborder2 { border-right: 2px solid #A1A5A9; border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); }
|