From: <par...@us...> - 2009-07-10 20:31:28
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/grey In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27802/templates/grey 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/grey/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 *************** *** 83,88 **** .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .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); } --- 83,88 ---- .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .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); } |