From 771614fff41cc364f597d54e13764d23daae3287 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Wed, 25 Apr 2007 23:03:02 +0000 Subject: - 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. --- css/styles.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'css') 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 { } -- cgit v1.2.3