summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2008-02-27 00:19:57 +0100
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2008-02-27 00:19:57 +0100
commit60e22e8cbe39c34561b62a6faac5d4b384209bd9 (patch)
tree30789e4a618396fe616e8823efd5f481d8e78c96 /css
parent00f01057a37b1354c18f53d7d9b644b09c7531ea (diff)
downloadvdr-plugin-live-60e22e8cbe39c34561b62a6faac5d4b384209bd9.tar.gz
vdr-plugin-live-60e22e8cbe39c34561b62a6faac5d4b384209bd9.tar.bz2
Fixed appearance of the negative status feedback box, which is used when ajax
actions which trigger only some setting in VDR but not update the live pages fail. This led to new 'redwine' images for the hint background. So those were added too.
Diffstat (limited to 'css')
-rw-r--r--css/styles.css11
1 files changed, 5 insertions, 6 deletions
diff --git a/css/styles.css b/css/styles.css
index c6a9854..8e208a1 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -219,18 +219,17 @@ a:active {
}
+/* ######################
+ # Style for negative notification popup
+ ######################
+*/
+
.err-info {
margin: 0px auto;
max-width: 480px; /* depends on the tip backround image width */
color: #fff;
}
-
-/* ######################
- # Style for negative notification popup
- ######################
-*/
-
.err-info .err-info-top .err-info-c,
.err-info .err-info-bot .err-info-c {
font-size: 1px; /* ensure minimum height */