From: <par...@us...> - 2009-07-27 22:17:17
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/tan In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27682/templates/tan Modified Files: default.css Log Message: Fix some of the table borders in CSS Index: default.css =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/tan/default.css,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** default.css 10 Jul 2009 20:31:23 -0000 1.6 --- default.css 27 Jul 2009 22:17:08 -0000 1.7 *************** *** 101,108 **** .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); } .navback { background-image: url(images/time_bg.gif); } .sideback { background-image: url(images/side_bg.gif); } --- 101,108 ---- .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .dateback { background-color: #eee; } ! .weekborder { border-left: 1px solid #A1A5A9; border-top: 1px dashed #ccc; } ! .weekborder2 { border-left: 1px solid #A1A5A9; border-top: 1px solid #A1A5A9; } ! .timeborder { border-top: 1px dashed #A1A5A9; background-image: url(images/time_bg.gif); } ! .timeborder2 { border-top: 1px solid #A1A5A9; background-image: url(images/time_bg.gif); } .navback { background-image: url(images/time_bg.gif); } .sideback { background-image: url(images/side_bg.gif); } |