From: <par...@us...> - 2009-07-10 17:50:28
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/red In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1809/templates/red 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/red/default.css,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** default.css 10 Jul 2009 15:57:25 -0000 1.5 --- default.css 10 Jul 2009 17:50:22 -0000 1.6 *************** *** 32,38 **** .eventbg_6 { background-color: #df2c6c; padding: 2px;} .eventbg_7 { background-color: #ac4848; 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: #c03030; border: 1px solid #a01010; } --- 32,38 ---- .eventbg_6 { background-color: #df2c6c; padding: 2px;} .eventbg_7 { background-color: #ac4848; 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: #c03030; border: 1px solid #a01010; } *************** *** 43,46 **** --- 43,47 ---- .eventbg2_6 { background-color: #ff4c8c; border: 1px solid #df2c6c; } .eventbg2_7 { background-color: #cc6868; border: 1px solid #ac4848; } + .dayborder { background-color: #fff; border-top: 1px solid #A1A5A9; } .dayborder2 { background-color: #fff; border-top: 1px dashed #ccc; } |