From ff170db465b8b91b9732cb49bccb47a3110e2388 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Fri, 20 Jul 2007 23:37:11 +0000 Subject: - Made epg images better stylable. Moved epg image info into span area, which floats right of the normal epg description text. --- css/styles.css | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'css/styles.css') 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; } -- cgit v1.2.3