From 2ca8e1eea2b8ae45fbb203173a301e9394df3fcb Mon Sep 17 00:00:00 2001 From: ninadsp Date: Fri, 6 Aug 2010 20:29:09 +0530 Subject: [PATCH] Added the loading gif from the themes to the ajax notification --- themes/darkblue_orange/css/theme_right.css.php | 3 +++ themes/original/css/theme_right.css.php | 3 +++ 2 files changed, 6 insertions(+) diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php index 66c3c6e18..57d463339 100755 --- a/themes/darkblue_orange/css/theme_right.css.php +++ b/themes/darkblue_orange/css/theme_right.css.php @@ -1354,6 +1354,9 @@ table#serverconnection_trg_local { display: block; left: 0; right: 0; + background-image: url(getImgPath(); ?>ajax_clock_small.gif); + background-repeat: no-repeat; + background-position: 2%; } #loading_parent { diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 7f13c7d9d..6e03729e8 100755 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -1287,6 +1287,9 @@ table#serverconnection_trg_local { display: block; left: 0; right: 0; + background-image: url(getImgPath(); ?>ajax_clock_small.gif); + background-repeat: no-repeat; + background-position: 2%; } #loading_parent {