summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2008-02-24 19:37:21 +0100
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2008-02-24 19:37:21 +0100
commit41298f1f32e40644b2837c96c45b02e9ad27f95f (patch)
tree19d0ba2874a237e27344a0b56c2e881d0f65f5f6 /css
parent503a94cd38b65b686fe898aba960b55ab47ddbf5 (diff)
downloadvdr-plugin-live-41298f1f32e40644b2837c96c45b02e9ad27f95f.tar.gz
vdr-plugin-live-41298f1f32e40644b2837c96c45b02e9ad27f95f.tar.bz2
Added functionality to display timer conflicts when polled through the
statusbox updates. Created the layout and look of the status message.
Diffstat (limited to 'css')
-rw-r--r--css/styles.css46
1 files changed, 46 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css
index 3e64f09..f8ff476 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -413,6 +413,8 @@ div.inhalt {
padding: 10px;
}
+/* styles for pagemenu */
+
div#pagemenu {
margin-top: 2px;
padding-top: 6px;
@@ -451,6 +453,50 @@ div#pagemenu a.active {
font-weight: bold;
}
+/* styles for messagebar */
+
+div#messagebar {
+ margin-top: 8px;
+ margin-bottom: 2px;
+ line-height: 20px;
+ min-height: 27px;
+ vertical-align: middle;
+ background: #7CAD3F url(img/msgbar_line_bg.png) top repeat-x;
+ border-top: 1px solid #2B6B00;
+ border-bottom: 1px solid #2B6B00;
+}
+
+div#messagebar div {
+ color: black;
+}
+
+div#messagebar div div {
+ padding-left: 10px;
+ background: transparent;
+}
+
+div#messagebar div div div {
+ border: 0;
+ padding: 0;
+ margin: 0;
+}
+
+div#messagebar a {
+ color: black;
+ font-weight: bold;
+}
+
+div#messagebar a.active {
+ color: blue;
+ font-weight: bold;
+}
+
+div#messagebar span#mbmessage {
+ padding: 0em 1em 0em 1em;
+ color: #A14040;
+ font-weight: bold;
+}
+
/* #######################
# Info Box (near logo)