summaryrefslogtreecommitdiff
path: root/themes/admin_wind/css
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2010-12-09 21:59:23 -0700
committerChad Kieffer <ckieffer@gmail.com>2010-12-09 21:59:23 -0700
commitc0f398554a8c14501a4668eb2e8570f9390e636e (patch)
treedc42efbf4e30360bfadcd74245585bd3eacbab24 /themes/admin_wind/css
parentc3ef8921260db8e39b6d2a7b4708e3d19f35f8b5 (diff)
Fixed path to loading-small.gif. Thanks serged!
Diffstat (limited to 'themes/admin_wind/css')
-rw-r--r--themes/admin_wind/css/screen.css2
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;
}
/** *******************************************************************