From c0f398554a8c14501a4668eb2e8570f9390e636e Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Thu, 9 Dec 2010 21:59:23 -0700 Subject: Fixed path to loading-small.gif. Thanks serged! --- themes/admin_wind/css/screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index 273ac116..7d491cb7 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -759,7 +759,7 @@ form .g-error { } .g-loading-small { - background: #e8e8e8 url('..lib/images/loading-small.gif') no-repeat center center !important; + background: #e8e8e8 url('../images/loading-small.gif') no-repeat center center !important; } /** ******************************************************************* -- cgit v1.2.3