diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-03-25 13:20:47 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-03-25 13:20:47 +0000 |
commit | 69aacc3f84187c1b370763e5164778d76fc1724b (patch) | |
tree | c6e875c1590a67e0377238bd19d6e681c35b8e15 | |
parent | 2be45ec781888fe598e064aa91c35da88cc75a90 (diff) | |
download | vdr-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.ecpp | 5 |
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"> </td></tr> + <td colspan="4" style="border-top: 1px solid black; border-bottom: none; background-image: url()"> </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"> </td></tr> + <td colspan="4" style="border-top: 1px solid black; background: none"> </td></tr> </tr> % } </table> |