diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-03-12 13:16:11 +0100 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-03-12 13:16:11 +0100 |
commit | 646e6ff7dc6dd20cc3980df749b00d26be48d6fb (patch) | |
tree | 51525e27f69c5a762346d7fd0e423dd85762fef8 | |
parent | f13377e3509cc8d4420473c3c5da6a9e6aa0afef (diff) | |
download | vdr-plugin-live-646e6ff7dc6dd20cc3980df749b00d26be48d6fb.tar.gz vdr-plugin-live-646e6ff7dc6dd20cc3980df749b00d26be48d6fb.tar.bz2 |
Test to generalize the styles for epg infos. They work now in non ajax
mode too. Still needs code cleanup.
-rw-r--r-- | css/styles.css | 7 | ||||
-rw-r--r-- | live/css/siteprefs.css | 56 |
2 files changed, 60 insertions, 3 deletions
diff --git a/css/styles.css b/css/styles.css index 8e208a1..9e338f3 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1072,7 +1072,7 @@ table.login tr td { # Infowin support styles for EPG-Boxes ############################## */ - +/* .info-win div.caption { padding: 2px 0px 0px 5px; } @@ -1103,13 +1103,13 @@ table.login tr td { .info-win div.epg_content div div { margin-left: 0px; } - +*/ /* .info-win div.epg_content div div.progress div { margin-left: 0px; } */ - +/* .info-win div.epg_content div.epg_tools img { margin: 2px 5px; } @@ -1121,6 +1121,7 @@ table.login tr td { .info-win div.boxheader { display: none; } +*/ /* ############################## # About box diff --git a/live/css/siteprefs.css b/live/css/siteprefs.css index 5e16262..ed493a1 100644 --- a/live/css/siteprefs.css +++ b/live/css/siteprefs.css @@ -24,5 +24,61 @@ 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; +} |