summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2008-02-22 00:36:05 +0100
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2008-02-22 00:36:05 +0100
commit47365a8e84d30c44e12b5e5f6220c691a0bf074d (patch)
tree9108ccf4a6910dead6f8cdc43ba56c3c1bc3090e /css
parent7ce0e43c812f4a25048e47d135cec14307480fef (diff)
downloadvdr-plugin-live-47365a8e84d30c44e12b5e5f6220c691a0bf074d.tar.gz
vdr-plugin-live-47365a8e84d30c44e12b5e5f6220c691a0bf074d.tar.bz2
First implementation of a notification about timer conflicts in LIVE.
Based on the work of winni in epgsearch and its service interface.
Diffstat (limited to 'css')
-rw-r--r--css/styles.css22
1 files changed, 21 insertions, 1 deletions
diff --git a/css/styles.css b/css/styles.css
index 95a8ab5..7f0209a 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -105,6 +105,9 @@ a:active {
margin: 0px;
}
+.notpresent {
+ display: none;
+}
/* ######################
# Tooltip style for hints
@@ -417,7 +420,7 @@ div.pagemenu {
}
div.pagemenu div {
- /* padding-bottom: 6px; */
+ padding-bottom: 6px;
background: #FFFFFF url(img/bg_line_top.png) bottom repeat-x;
}
@@ -434,6 +437,10 @@ div.pagemenu div div div {
margin: 0;
}
+div.pagemenu form {
+ display: inline;
+}
+
div.pagemenu a {
color: black;
font-weight: bold;
@@ -444,6 +451,19 @@ div.pagemenu a.active {
font-weight: bold;
}
+div.pagemenu #pmmessage {
+ border-bottom: 0px;
+ text-align: center;
+}
+
+div.pagemenu #pmmessage span {
+ padding: 0em 2em 0em 2em;
+ background: red;
+}
+
+div.pagemenu #pmcontent {
+}
+
/* #######################
# Info Box (near logo)
#######################