Update of /cvsroot/phpicalendar/phpicalendar/templates/tan
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1809/templates/tan
Modified Files:
default.css
Log Message:
Fix multiple HTML elements with the same id. Allow all-day divs to stretch vertically in day and week views with default template.
Index: default.css
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/templates/tan/default.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** default.css 10 Jul 2009 15:57:25 -0000 1.4
--- default.css 10 Jul 2009 17:50:22 -0000 1.5
***************
*** 33,38 ****
.eventbg_7 { background-color: #666666; padding: 2px;}
! #allday a { font-size: 9px; color: #fff; font-weight: 900; text-decoration:none;}
! #allday a:hover { text-decoration:underline;}
/*varies*/
.eventbg2_1 { background-color: #A6A978; border: 1px solid #FFFFFF; }
--- 33,39 ----
.eventbg_7 { background-color: #666666; padding: 2px;}
! .allday a { font-size: 9px; color: #fff !important; font-weight: 900; text-decoration:none;}
! .allday a:hover { text-decoration:underline;}
!
/*varies*/
.eventbg2_1 { background-color: #A6A978; border: 1px solid #FFFFFF; }
|