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 | |
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.
-rw-r--r-- | css/styles.css | 40 | ||||
-rw-r--r-- | live/css/siteprefs.css | 58 |
2 files changed, 22 insertions, 76 deletions
diff --git a/css/styles.css b/css/styles.css index 9e338f3..f06d2dd 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1069,27 +1069,27 @@ table.login tr td { /* ############################## - # Infowin support styles for EPG-Boxes + # Styles for EPG-Boxes ############################## */ -/* -.info-win div.caption { + +div.caption { padding: 2px 0px 0px 5px; } -.info-win div.epg_content { +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: 0px; + border: 1px solid black; overflow: hidden; } -.info-win div.epg_content div { +div.epg_content div { margin-left: 35px; } -.info-win div.epg_content div.epg_tools { +div.epg_content div.epg_tools { float: left; width: 26px; margin: 0; @@ -1100,28 +1100,32 @@ table.login tr td { vertical-align: top; } -.info-win div.epg_content div div { - margin-left: 0px; -} -*/ -/* -.info-win div.epg_content div div.progress div { +div.epg_content div div { margin-left: 0px; } -*/ -/* -.info-win div.epg_content div.epg_tools img { + +div.epg_content div.epg_tools img { margin: 2px 5px; } -.info-win span.epg_images img.epg_image { +span.epg_images img.epg_image { width: 100%; } +/* some adaptions when shown in info-win subwindow */ + +/* +.info-win div.epg_content div div.progress div { + margin-left: 0px; +} +*/ .info-win div.boxheader { display: none; } -*/ + +.info-win div.epg_content { + border: 0px; +} /* ############################## # About box 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; -} |