From 60e22e8cbe39c34561b62a6faac5d4b384209bd9 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Wed, 27 Feb 2008 00:19:57 +0100 Subject: 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. --- css/styles.css | 11 +++++------ live/img/rounded-box-redwine-bl.png | Bin 0 -> 645 bytes live/img/rounded-box-redwine-br.png | Bin 0 -> 438 bytes live/img/rounded-box-redwine-ml.png | Bin 0 -> 181 bytes live/img/rounded-box-redwine-mr.png | Bin 0 -> 180 bytes live/img/rounded-box-redwine-tl.png | Bin 0 -> 568 bytes live/img/rounded-box-redwine-tr.png | Bin 0 -> 440 bytes live/themes/redwine/css/theme.css | 34 ++++++++++++++++++++++++++++++++++ 8 files changed, 39 insertions(+), 6 deletions(-) create mode 100644 live/img/rounded-box-redwine-bl.png create mode 100644 live/img/rounded-box-redwine-br.png create mode 100644 live/img/rounded-box-redwine-ml.png create mode 100644 live/img/rounded-box-redwine-mr.png create mode 100644 live/img/rounded-box-redwine-tl.png create mode 100644 live/img/rounded-box-redwine-tr.png 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 */ diff --git a/live/img/rounded-box-redwine-bl.png b/live/img/rounded-box-redwine-bl.png new file mode 100644 index 0000000..14b1256 Binary files /dev/null and b/live/img/rounded-box-redwine-bl.png differ diff --git a/live/img/rounded-box-redwine-br.png b/live/img/rounded-box-redwine-br.png new file mode 100644 index 0000000..82a4f73 Binary files /dev/null and b/live/img/rounded-box-redwine-br.png differ diff --git a/live/img/rounded-box-redwine-ml.png b/live/img/rounded-box-redwine-ml.png new file mode 100644 index 0000000..94b237c Binary files /dev/null and b/live/img/rounded-box-redwine-ml.png differ diff --git a/live/img/rounded-box-redwine-mr.png b/live/img/rounded-box-redwine-mr.png new file mode 100644 index 0000000..bba05ab Binary files /dev/null and b/live/img/rounded-box-redwine-mr.png differ diff --git a/live/img/rounded-box-redwine-tl.png b/live/img/rounded-box-redwine-tl.png new file mode 100644 index 0000000..9b58d9d Binary files /dev/null and b/live/img/rounded-box-redwine-tl.png differ diff --git a/live/img/rounded-box-redwine-tr.png b/live/img/rounded-box-redwine-tr.png new file mode 100644 index 0000000..168ad55 Binary files /dev/null and b/live/img/rounded-box-redwine-tr.png differ diff --git a/live/themes/redwine/css/theme.css b/live/themes/redwine/css/theme.css index ee8e776..4a3f033 100644 --- a/live/themes/redwine/css/theme.css +++ b/live/themes/redwine/css/theme.css @@ -11,6 +11,40 @@ select { border: 1px solid #963B5F; } +/* ###################### + # Tooltip style for hints + ###################### +*/ + +.hint-tip { + color: white; +} + +.hint-tip .hint-tip-top { + background: transparent url(/img/rounded-box-redwine-tl.png) no-repeat 0px 0px; +} + +.hint-tip .hint-tip-top .hint-tip-c { + background: transparent url(/img/rounded-box-redwine-tr.png) no-repeat right 0px; +} + +.hint-tip .hint-tip-bdy { + background: transparent url(/img/rounded-box-redwine-ml.png) repeat-y 0px 0px; +} + +.hint-tip .hint-tip-bdy .hint-tip-c { + background: transparent url(/img/rounded-box-redwine-mr.png) repeat-y right 0px; +} + +.hint-tip .hint-tip-bot { + background: transparent url(/img/rounded-box-redwine-bl.png) no-repeat 0px 0px; +} + +.hint-tip .hint-tip-bot .hint-tip-c { + background: transparent url(/img/rounded-box-redwine-br.png) no-repeat right 0px; +} + + /* ############################## # Tooltip style for epg infos ############################## -- cgit v1.2.3