diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-03-12 14:21:39 +0100 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-03-12 14:21:39 +0100 |
commit | 40f94754605ddf61f832716fbc06aa57ec454b97 (patch) | |
tree | 2654cef498d37f8fdc48bfdcbcac963a4bdee78a /live/css | |
parent | 646e6ff7dc6dd20cc3980df749b00d26be48d6fb (diff) | |
download | vdr-plugin-live-40f94754605ddf61f832716fbc06aa57ec454b97.tar.gz vdr-plugin-live-40f94754605ddf61f832716fbc06aa57ec454b97.tar.bz2 |
Cleanup of css style for epg info with and without ajax enabled.
Diffstat (limited to 'live/css')
-rw-r--r-- | live/css/siteprefs.css | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/live/css/siteprefs.css b/live/css/siteprefs.css index ed493a1..2f440b4 100644 --- a/live/css/siteprefs.css +++ b/live/css/siteprefs.css @@ -24,61 +24,3 @@ table { width: 120px; } -/* - ############################## - # Infowin support styles for EPG-Boxes - ############################## -*/ - -div.caption { - padding: 2px 0px 0px 5px; -} - -div.epg_content { - padding: 0px 0px 7px 0px; - margin: 0px 0px 0px 0px; - background: transparent url(../img/bg_tools.png) top left repeat-y; - border: 1px solid black; - overflow: hidden; -} - -div.epg_content div { - margin-left: 35px; -} - -div.epg_content div.epg_tools { - float: left; - width: 26px; - margin: 0; - padding: 0; - padding-top: 3px; - - text-align: center; - vertical-align: top; -} - -div.epg_content div div { - margin-left: 0px; -} - -/* -.info-win div.epg_content div div.progress div { - margin-left: 0px; -} -*/ - -div.epg_content div.epg_tools img { - margin: 2px 5px; -} - -span.epg_images img.epg_image { - width: 100%; -} - -.info-win div.boxheader { - display: none; -} - -.info-win div.epg_content { - border: 0px; -} |