diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-07-20 23:37:11 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-07-20 23:37:11 +0000 |
commit | ff170db465b8b91b9732cb49bccb47a3110e2388 (patch) | |
tree | 5a19d7b36de1a7ec1b7bcb6e58a6737289ebbce1 /css | |
parent | e4936e67782f6b41901deee9ed0a1deabf8f2068 (diff) | |
download | vdr-plugin-live-ff170db465b8b91b9732cb49bccb47a3110e2388.tar.gz vdr-plugin-live-ff170db465b8b91b9732cb49bccb47a3110e2388.tar.bz2 |
- Made epg images better stylable. Moved epg image info into span
area, which floats right of the normal epg description text.
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/css/styles.css b/css/styles.css index 9117b33..8d41458 100644 --- a/css/styles.css +++ b/css/styles.css @@ -236,10 +236,6 @@ div.info-win { margin-right: -26px; } -.info-win .description { - margin-bottom: 0px; -} - .hint-title { display: none; } @@ -587,7 +583,8 @@ div.content div { } div.description { - margin: 5px; + margin: 5px 5px 0px 5px; + overflow: hidden; } div.title { @@ -936,6 +933,15 @@ 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%; +} + .info-win div.boxheader { display: none; } |