diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-07-21 17:52:41 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-07-21 17:52:41 +0000 |
commit | adc7c9d1a40957c1ee377887b7654174730d665b (patch) | |
tree | b73a38ada38b9fee545f39c45ba4c1e8b5dfdf4c /css | |
parent | ff170db465b8b91b9732cb49bccb47a3110e2388 (diff) | |
download | vdr-plugin-live-adc7c9d1a40957c1ee377887b7654174730d665b.tar.gz vdr-plugin-live-adc7c9d1a40957c1ee377887b7654174730d665b.tar.bz2 |
- Introducing explicit pageenhance javascript class. See Changelog and
the files itself for more info.
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/css/styles.css b/css/styles.css index 8d41458..d197816 100644 --- a/css/styles.css +++ b/css/styles.css @@ -153,6 +153,20 @@ a:active { } +/* ###################### + # General styles for epg info + ###################### +*/ + +div.epg_content { + border: 1px solid black; +} + +span.epg_images { + float: right; + margin-left: 5px; +} + /* ############################## # Infowin styles for epg infos ############################## @@ -495,7 +509,7 @@ table td.padded { } /* ################ - # Event + # Event (page: whats_on.html) ################ */ @@ -909,6 +923,7 @@ table.login tr td { padding: 0px 0px 7px 0px; margin: 0; background: transparent url(bg_tools.png) top left repeat-y; + border: 0px; } .info-win div.epg_content div.epg_tools { @@ -933,11 +948,6 @@ table.login tr td { margin-top: 5px; } -.info-win span.epg_images { - float: right; - margin-left: 5px; -} - .info-win span.epg_images img.epg_image { width: 100%; } |