diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-07-12 23:10:04 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-07-12 23:10:04 +0000 |
commit | 1af28523ab324a8cb7badf6b19a9a1f4d5f9765c (patch) | |
tree | cab93de01d7f7355419645fa743561f322dea5ca | |
parent | b29d9600dc05ef9aec5db5a40bf6de7c219fcff5 (diff) | |
download | vdr-plugin-live-1af28523ab324a8cb7badf6b19a9a1f4d5f9765c.tar.gz vdr-plugin-live-1af28523ab324a8cb7badf6b19a9a1f4d5f9765c.tar.bz2 |
- Some About Box enhancements on the styling side.
-rw-r--r-- | css/styles.css | 30 | ||||
-rw-r--r-- | pages/pageelems.ecpp | 1 |
2 files changed, 18 insertions, 13 deletions
diff --git a/css/styles.css b/css/styles.css index 0e56603..da55a30 100644 --- a/css/styles.css +++ b/css/styles.css @@ -917,8 +917,12 @@ table.login tr td { ############################## */ +.info-win div.caption { + padding: 2px 0px 0px 5px; +} + .info-win div.epg_content { - padding: 0; + padding: 0px 0px 7px 0px; margin: 0; background: transparent url(bg_tools.png) top left repeat-y; } @@ -938,7 +942,7 @@ table.login tr td { } .info-win div.epg_content div div { - padding-left: 35px; + margin-left: 35px; } .info-win div.epg_content div.epg_tools img { @@ -954,6 +958,7 @@ table.login tr td { ############################## */ +/* div.about_box { border: none; } @@ -977,39 +982,38 @@ div.about_box a:hover { border-bottom: 1px solid #000000; } -.info-win div.about_content div { +.info-win div.epg_content div { background-color: white; padding-bottom: 6px; } +*/ -.info-win div.about_content div.about_left { +.info-win div.epg_content div.about_left { text-align: right; float: left; width: 175px; } -.info-win div.about_content div.about_right { +.info-win div.epg_content div.about_right { padding-left: 200px; } -.info-win div.about_content div.about_line { +.info-win div.epg_content div.about_line { padding-left: 10px; } -.info-win div.about_content div.about_head { +.info-win div.epg_content div.about_head { font-weight: bold; - margin-top: 0px; + margin-left: 26px; padding-top: 6px; - margin-bottom: 6px; - background: #FFFFFF url(bg_line.png) top repeat-x; } -.info-win div.about_content div.about_head div { +.info-win div.epg_content div.about_head div { padding-bottom: 6px; - background: #FFFFFF url(bg_line_top.png) bottom repeat-x; + margin-left: 0px; } -.info-win div.about_content div.about_head div div { +.info-win div.epg_content div.about_head div div { padding: 2px 0px 2px 10px; background: #E9EFFF; border-top: 1px solid #C0C1DA; diff --git a/pages/pageelems.ecpp b/pages/pageelems.ecpp index c8efa22..9fee05b 100644 --- a/pages/pageelems.ecpp +++ b/pages/pageelems.ecpp @@ -231,6 +231,7 @@ int update_status(1); <div class="about_head"><div><div><$ tr("Bugs and suggestions") $></div></div></div> <div class="about_line"><$ tr("If you encounter any bugs or would like to suggest new features, please use our bugtracker") $>:<br/> <a target="_blank" href="http://www.vdr-developer.org/mantisbt">http://www.vdr-developer.org/mantisbt</a></div> + <div class="about_head"><div><div> </div></div></div> </div> </div> </div> |