aboutsummaryrefslogtreecommitdiffstats
path: root/templates/grey
diff options
context:
space:
mode:
authorJason Oster <parasytic@users.sourceforge.net>2009-05-14 21:45:44 +0000
committerJason Oster <parasytic@users.sourceforge.net>2009-05-14 21:45:44 +0000
commit3a4d086ec1d1b6a89d0b0f8ed6018d2080ca9f82 (patch)
treed291770d55cc87515c5bee76532151a3880a8a59 /templates/grey
parente20689a1388a3da61d57e566ea2529e53f27620f (diff)
downloadphpicalendar-3a4d086ec1d1b6a89d0b0f8ed6018d2080ca9f82.tar.gz
phpicalendar-3a4d086ec1d1b6a89d0b0f8ed6018d2080ca9f82.tar.bz2
phpicalendar-3a4d086ec1d1b6a89d0b0f8ed6018d2080ca9f82.zip
Fix table column spanning and HTML errors in week view
Diffstat (limited to 'templates/grey')
-rw-r--r--templates/grey/day.tpl2
-rw-r--r--templates/grey/default.css1
2 files changed, 2 insertions, 1 deletions
diff --git a/templates/grey/day.tpl b/templates/grey/day.tpl
index a1db506..c66d40f 100644
--- a/templates/grey/day.tpl
+++ b/templates/grey/day.tpl
@@ -24,7 +24,7 @@
</tr>
<tr>
<td colspan="2">
- <table width="100%" border="0" cellspacing="0" cellpadding="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}&amp;getdate={PREV_DAY}'">
<span class="V12"><a class="psf" href="day.php?cal={CAL}&amp;getdate={PREV_DAY}">&laquo;</a></span>
diff --git a/templates/grey/default.css b/templates/grey/default.css
index fd37358..af09e5c 100644
--- a/templates/grey/default.css
+++ b/templates/grey/default.css
@@ -71,6 +71,7 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;}
.eventborder { background-image: url(images/day_title.gif); border: 1px #006699 solid; }
.eventbg { background-color: #6699CC; }
+.tfixed { table-layout: fixed; }
.calborder { background-color: #fff; border: 1px #A1A5A9 solid; }
.dateback { background-color: #eee; }
.weekborder { border-top: 1px dashed #A1A5A9; border-right: 1px solid #A1A5A9; }

© 2014-2024 Faster IT GmbH | imprint | privacy policy