From: <par...@us...> - 2009-05-14 21:46:00
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/red In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3961/templates/red Modified Files: day.tpl default.css Log Message: Fix table column spanning and HTML errors in week view Index: day.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/red/day.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** day.tpl 29 Dec 2008 08:20:52 -0000 1.3 --- day.tpl 14 May 2009 21:45:44 -0000 1.4 *************** *** 25,29 **** <tr> <td colspan="2"> ! <table width="100%" border="0" cellspacing="0" cellpadding="2"> <tr> <td align="left" valign="top" width="20" class="rowOff2" onmouseover="this.className='rowOn2'" onmouseout="this.className='rowOff2'" onclick="window.location.href='day.php?cal={CAL}&getdate={PREV_DAY}'"> --- 25,29 ---- <tr> <td colspan="2"> ! <table width="100%" border="0" cellspacing="0" cellpadding="2" class="tfixed"> <tr> <td align="left" valign="top" width="20" class="rowOff2" onmouseover="this.className='rowOn2'" onmouseout="this.className='rowOff2'" onclick="window.location.href='day.php?cal={CAL}&getdate={PREV_DAY}'"> Index: default.css =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/red/default.css,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** default.css 29 Dec 2008 03:30:36 -0000 1.2 --- default.css 14 May 2009 21:45:44 -0000 1.3 *************** *** 71,74 **** --- 71,75 ---- .eventbg { background-color: #6699CC; } + .tfixed { table-layout: fixed; } .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .dateback { background-color: #eee; } |