From: <par...@us...> - 2009-07-10 17:50:33
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/grey In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1809/templates/grey 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/grey/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 *************** *** 32,38 **** .eventbg_6 { background-color: #608060; padding: 2px;} .eventbg_7 { background-color: #a0a090; 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: #505050; border: 1px solid #303030; } --- 32,38 ---- .eventbg_6 { background-color: #608060; padding: 2px;} .eventbg_7 { background-color: #a0a090; 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: #505050; border: 1px solid #303030; } |