summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Keil <tkeil (at) datacrystal (dot) de>2007-03-25 13:20:47 +0000
committerThomas Keil <tkeil (at) datacrystal (dot) de>2007-03-25 13:20:47 +0000
commit69aacc3f84187c1b370763e5164778d76fc1724b (patch)
treec6e875c1590a67e0377238bd19d6e681c35b8e15
parent2be45ec781888fe598e064aa91c35da88cc75a90 (diff)
downloadvdr-plugin-live-69aacc3f84187c1b370763e5164778d76fc1724b.tar.gz
vdr-plugin-live-69aacc3f84187c1b370763e5164778d76fc1724b.tar.bz2
eliminated background and border in empty lines between tables
-rw-r--r--pages/schedule.ecpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/pages/schedule.ecpp b/pages/schedule.ecpp
index 5e04264..8afdd58 100644
--- a/pages/schedule.ecpp
+++ b/pages/schedule.ecpp
@@ -46,6 +46,7 @@ using namespace vdrlive;
<head>
<title>VDR Live - <$ pageTitle $></title>
<link rel="stylesheet" type="text/css" href="styles.css" />
+ <& tooltip.javascript var=("domTT_styleClass") value=("domTTepg") &>
<& pageelems.ajax_js &>
</head>
<body onload="LiveStatusAjaxRequest('infobox.html', 'infobox')">
@@ -76,7 +77,7 @@ using namespace vdrlive;
if (current_day != "") {
}>
<tr>
- <td colspan="4" style="border-top: 1px solid black">&nbsp;</td></tr>
+ <td colspan="4" style="border-top: 1px solid black; border-bottom: none; background-image: url()">&nbsp;</td></tr>
</tr>
<{
}
@@ -95,7 +96,7 @@ using namespace vdrlive;
% }
% if (Schedule->Events()->Count() > 0) {
<tr>
- <td colspan="4" style="border-top: 1px solid black">&nbsp;</td></tr>
+ <td colspan="4" style="border-top: 1px solid black; background: none">&nbsp;</td></tr>
</tr>
% }
</table>