diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-03-12 14:39:19 +0100 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-03-12 14:39:19 +0100 |
commit | 8613cbc6223a4eb8ec470c6ff89032b54847a036 (patch) | |
tree | c29de6100c928826c3c7f508f8689880e5740034 /css | |
parent | 40f94754605ddf61f832716fbc06aa57ec454b97 (diff) | |
download | vdr-plugin-live-8613cbc6223a4eb8ec470c6ff89032b54847a036.tar.gz vdr-plugin-live-8613cbc6223a4eb8ec470c6ff89032b54847a036.tar.bz2 |
Made similar css adaptions for the about box like previous ones for the
EPG info boxes.
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/css/styles.css b/css/styles.css index f06d2dd..ae09f78 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1119,6 +1119,7 @@ span.epg_images img.epg_image { margin-left: 0px; } */ + .info-win div.boxheader { display: none; } @@ -1128,36 +1129,36 @@ span.epg_images img.epg_image { } /* ############################## - # About box + # Style adaptions for About box ############################## */ -.info-win div.epg_content div.about_left { +div.epg_content div.about_left { text-align: right; float: left; width: 175px; } -.info-win div.epg_content div.about_right { +div.epg_content div.about_right { padding-left: 200px; } -.info-win div.epg_content div.about_line { +div.epg_content div.about_line { padding-left: 0px; } -.info-win div.epg_content div.about_head { +div.epg_content div.about_head { font-weight: bold; margin-left: -9px; padding-top: 6px; } -.info-win div.epg_content div.about_head div { +div.epg_content div.about_head div { padding-bottom: 6px; margin-left: 0px; } -.info-win div.epg_content div.about_head div div { +div.epg_content div.about_head div div { padding: 2px 0px 2px 10px; background: #E9EFFF; border-top: 1px solid #C0C1DA; |