From e5188e9418ed183d5d1a2ad4d3148f3578f2ead1 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Fri, 19 Jan 2007 22:03:03 +0000 Subject: - Added new class epgEvent. Sie epg_events.h. This class collects epg data from other structures. It can the be used to appent to the page a hidden section with full epg datas for the epg-popup boxes. - Changed whats_on to uses this new feature. - No description in the event boxes any more. A mouse over tooltip shows a shortened version of the description. A click on 'more' displays a full epg box. - Added tip parameter to ajax_action_href. The text is displayed as tooltip when hoovering over the link. - Adapted style.css to make event boxes smaller. --- css/styles.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'css/styles.css') diff --git a/css/styles.css b/css/styles.css index d4f04a1..e303e35 100644 --- a/css/styles.css +++ b/css/styles.css @@ -41,6 +41,7 @@ div.domTThint { font-size: 11px; border: 1px solid #EBC94C; background-color: #F4FFC3; + max-width: 35em; } div.domTThint .caption { @@ -201,7 +202,7 @@ table td.buttonpanel { */ div.event { width: 255px; - height: 255px; + height: 155px; padding: 0; margin-right: 5px; float: left; @@ -238,7 +239,7 @@ div.station div div div { div.content { width: 253px; - height: 220px; + height: 120px; padding: 0; margin: 0; @@ -251,7 +252,7 @@ div.content { div.content div.tools { float: left; width: 26px; - height: 220px; + height: 120px; margin: 0; padding: 0; @@ -270,6 +271,8 @@ div.content div { div.description { margin: 5px; + font-weight: bold; + cursor: pointer; } div.info { -- cgit v1.2.3