diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-04-25 23:03:02 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-04-25 23:03:02 +0000 |
commit | 771614fff41cc364f597d54e13764d23daae3287 (patch) | |
tree | 86900339126bb6f3b8fb311cacb713809ee73674 /css | |
parent | ce85e9bfd52b35d7edb55a6e16c1450cbff30dab (diff) | |
download | vdr-plugin-live-771614fff41cc364f597d54e13764d23daae3287.tar.gz vdr-plugin-live-771614fff41cc364f597d54e13764d23daae3287.tar.bz2 |
- Added pagemenu infrastructure. Use this to create below the main menu
a page specific optional additional menu. Just add a component to
the main menu. A working sample can be found in 'schedule.ecpp'
- Added extra with at the top of the recordings line.
- Adapted styles.css for both changes.
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css index f4be7a0..2c528e8 100644 --- a/css/styles.css +++ b/css/styles.css @@ -143,6 +143,24 @@ div.inhalt { padding: 10px; } +div.pagemenu { + margin-top: 2px; + padding-top: 6px; + background: #FFFFFF url(bg_line.png) top repeat-x; +} + +div.pagemenu div { + padding-bottom: 6px; + background: #FFFFFF url(bg_line_top.png) bottom repeat-x; +} + +div.pagemenu div div { + padding: 2px 0px 2px 10px; + background: #E9EFFF; + border-top: 1px solid #C0C1DA; + border-bottom: 1px solid #C0C1DA; +} + /* ####################### # Info Box (near logo) ####################### @@ -557,6 +575,10 @@ div.recording_item { margin-right: 0.5em; } +.recording_item div.recording_spec { + padding-top: 0.5ex; +} + .recording_item div.recording_day { } |