From: <par...@us...> - 2009-07-10 17:50:26
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/green In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1809/templates/green 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/green/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: #00a28f; padding: 2px;} ! #allday a { font-size: 9px; color: #fff; font-weight: 900; text-decoration:none;} ! #allday a:hover { text-decoration:underline;} .eventbg2_1 { background-color: #00992c; border: 1px solid #00790c; } --- 33,38 ---- .eventbg_7 { background-color: #00a28f; padding: 2px;} ! .allday a { font-size: 9px; color: #fff !important; font-weight: 900; text-decoration:none;} ! .allday a:hover { text-decoration:underline;} .eventbg2_1 { background-color: #00992c; border: 1px solid #00790c; } |