diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-02-27 00:19:57 +0100 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-02-27 00:19:57 +0100 |
commit | 60e22e8cbe39c34561b62a6faac5d4b384209bd9 (patch) | |
tree | 30789e4a618396fe616e8823efd5f481d8e78c96 /css | |
parent | 00f01057a37b1354c18f53d7d9b644b09c7531ea (diff) | |
download | vdr-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.css | 11 |
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 */ |