diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2010-12-09 21:59:23 -0700 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2010-12-09 21:59:23 -0700 |
commit | c0f398554a8c14501a4668eb2e8570f9390e636e (patch) | |
tree | dc42efbf4e30360bfadcd74245585bd3eacbab24 /themes | |
parent | c3ef8921260db8e39b6d2a7b4708e3d19f35f8b5 (diff) |
Fixed path to loading-small.gif. Thanks serged!
Diffstat (limited to 'themes')
-rw-r--r-- | themes/admin_wind/css/screen.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } /** ******************************************************************* |