aboutsummaryrefslogtreecommitdiffstats
path: root/templates/green
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/green
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/green')
-rw-r--r--templates/green/day.tpl2
-rw-r--r--templates/green/default.css1
2 files changed, 2 insertions, 1 deletions
diff --git a/templates/green/day.tpl b/templates/green/day.tpl
index a1db506..c66d40f 100644
--- a/templates/green/day.tpl
+++ b/templates/green/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/green/default.css b/templates/green/default.css
index 9626f6e..96c47f0 100644
--- a/templates/green/default.css
+++ b/templates/green/default.css
@@ -92,6 +92,7 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;}
.eventbg { background-color: #339933; }
+.tfixed { table-layout: fixed; }
.calborder { background-color: #ffffff; border: 1px #A1A5A9 solid; }
.dateback { background-color: #eee; }

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