aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfenner <fenner>2002-10-23 17:04:19 +0000
committerfenner <fenner>2002-10-23 17:04:19 +0000
commitd274e5ea9b0dbef1e1c7f7cfa173190c2d133ec8 (patch)
tree4a68094404ee7ef11d21ff594210862e1e15009b
parentdc6ed70273afd85fd0191d81965ea5969ec291a5 (diff)
downloadphpicalendar-d274e5ea9b0dbef1e1c7f7cfa173190c2d133ec8.tar.gz
phpicalendar-d274e5ea9b0dbef1e1c7f7cfa173190c2d133ec8.tar.bz2
phpicalendar-d274e5ea9b0dbef1e1c7f7cfa173190c2d133ec8.zip
Add class="navback" to the center <td> in the top table row.
This fixes a minor layout weirdness with Mozilla (small white bars at the top and bottom of the center element).
-rw-r--r--day.php2
-rw-r--r--month.php2
-rw-r--r--week.php2
-rw-r--r--year.php2
4 files changed, 4 insertions, 4 deletions
diff --git a/day.php b/day.php
index 22bdd9c..e7d80f7 100644
--- a/day.php
+++ b/day.php
@@ -64,7 +64,7 @@ if (is_array($master_array[($getdate)])) {
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" width="90" class="navback">&nbsp;</td>
- <td>
+ <td class="navback">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="right" width="40%" class="navback"><?php echo '<a class="psf" href="day.php?cal='.$cal.'&getdate='.$yesterdays_date.'"><img src="styles/'.$style_sheet.'/left_day.gif" alt="" border="0" align="right"></a>'; ?></td>
diff --git a/month.php b/month.php
index 3ce20eb..f60a238 100644
--- a/month.php
+++ b/month.php
@@ -42,7 +42,7 @@
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" width="90" class="navback">&nbsp;</td>
- <td>
+ <td class="navback">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="right" width="40%" class="navback"><?php echo "<a class=\"psf\" href=\"month.php?cal=$cal&getdate=$prev_month\"><img src=\"styles/$style_sheet/left_day.gif\" alt=\"\" border=\"0\" align=\"right\"></a>"; ?></td>
diff --git a/week.php b/week.php
index bed9991..8397dc1 100644
--- a/week.php
+++ b/week.php
@@ -71,7 +71,7 @@ for ($i=0;$i<7;$i++) {
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" width="90" class="navback">&nbsp;</td>
- <td>
+ <td class="navback">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="right" width="40%" class="navback"><?php echo "<a class=\"psf\" href=\"week.php?cal=$cal&getdate=$prev_week\"><img src=\"styles/$style_sheet/left_day.gif\" alt=\"\" border=\"0\" align=\"right\"></a>"; ?></td>
diff --git a/year.php b/year.php
index 9c14d3e..69f7ef9 100644
--- a/year.php
+++ b/year.php
@@ -39,7 +39,7 @@ $thisday2 = localizeDate($dateFormat_week_list, $unix_time);
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" width="90" class="navback">&nbsp;</td>
- <td>
+ <td class="navback">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="right" width="45%" class="navback"><?php echo "<a class=\"psf\" href=\"year.php?cal=$cal&getdate=$prev_year\"><img src=\"styles/$style_sheet/left_day.gif\" alt=\"\" border=\"0\" align=\"right\"></a>"; ?></td>

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