summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-01-19 22:03:03 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-01-19 22:03:03 +0000
commite5188e9418ed183d5d1a2ad4d3148f3578f2ead1 (patch)
tree89cd98939d217768bbfeafe2268c6fa388a41395 /css
parent359faf6c427f3ced6ec938e8b029b5f614eed4eb (diff)
downloadvdr-plugin-live-e5188e9418ed183d5d1a2ad4d3148f3578f2ead1.tar.gz
vdr-plugin-live-e5188e9418ed183d5d1a2ad4d3148f3578f2ead1.tar.bz2
- 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.
Diffstat (limited to 'css')
-rw-r--r--css/styles.css9
1 files changed, 6 insertions, 3 deletions
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 {