From: <par...@us...> - 2009-05-14 21:45:56
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/grey In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3961/templates/grey 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/grey/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/grey/default.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** default.css 18 May 2007 19:03:08 -0000 1.1 --- default.css 14 May 2009 21:45:44 -0000 1.2 *************** *** 72,75 **** --- 72,76 ---- .eventbg { background-color: #6699CC; } + .tfixed { table-layout: fixed; } .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .dateback { background-color: #eee; } |