From 6bd91ddffe86ebeb10420f05a232f8e779eaf86d Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Sun, 29 Jul 2007 17:41:38 +0000 Subject: - Made vdr ajax requests work also via a static page. This is for browsers that don't support javascript (e.g. PDA browsers) - Implemented for AJAX request a visual notification how requested action performed. - Adapted styles for this. - Moded images for rounded boxes (formerly tip-hint-??.png) to central image directory and renamed them according to their color. This makes them reusable in different themes. - Adapted themes to this move. --- live/themes/veltliner/css/theme.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'live/themes/veltliner/css/theme.css') diff --git a/live/themes/veltliner/css/theme.css b/live/themes/veltliner/css/theme.css index ceb9524..7748da2 100644 --- a/live/themes/veltliner/css/theme.css +++ b/live/themes/veltliner/css/theme.css @@ -21,27 +21,27 @@ select { } .hint-tip .hint-tip-top { - background: transparent url(../img/tip-hint-tl.png) no-repeat 0px 0px; + background: transparent url(/img/rounded-box-green-tl.png) no-repeat 0px 0px; } .hint-tip .hint-tip-top .hint-tip-c { - background: transparent url(../img/tip-hint-tr.png) no-repeat right 0px; + background: transparent url(/img/rounded-box-green-tr.png) no-repeat right 0px; } .hint-tip .hint-tip-bdy { - background: transparent url(../img/tip-hint-ml.png) repeat-y 0px 0px; + background: transparent url(/img/rounded-box-green-ml.png) repeat-y 0px 0px; } .hint-tip .hint-tip-bdy .hint-tip-c { - background: transparent url(../img/tip-hint-mr.png) repeat-y right 0px; + background: transparent url(/img/rounded-box-green-mr.png) repeat-y right 0px; } .hint-tip .hint-tip-bot { - background: transparent url(../img/tip-hint-bl.png) no-repeat 0px 0px; + background: transparent url(/img/rounded-box-green-bl.png) no-repeat 0px 0px; } .hint-tip .hint-tip-bot .hint-tip-c { - background: transparent url(../img/tip-hint-br.png) no-repeat right 0px; + background: transparent url(/img/rounded-box-green-br.png) no-repeat right 0px; } -- cgit v1.2.3