summaryrefslogtreecommitdiff
path: root/themes/default
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-09-03 10:20:54 -0700
committerBharat Mediratta <bharat@menalto.com>2009-09-03 10:21:38 -0700
commit8972d5f05ce4f37061bdd4dd2c8a1a19c1235611 (patch)
tree3ac0b0fcf6fd1cf16cae7647d2ea027b30230178 /themes/default
parente2d5944e56f7e7433e7f1bda290ba779df447c3c (diff)
Move the loading images into lib/images and adjust everything to point
at them, including jquery.autocomplete.css so that we don't have stuff from lib that points into a theme directory. They were common images anyway. Incidentally, rename sm/lg to small/large.
Diffstat (limited to 'themes/default')
-rw-r--r--themes/default/css/screen.css6
-rw-r--r--themes/default/images/loading-lg.gifbin8238 -> 0 bytes
-rw-r--r--themes/default/images/loading-sm.gifbin673 -> 0 bytes
3 files changed, 3 insertions, 3 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css
index 96be8996..fd85d696 100644
--- a/themes/default/css/screen.css
+++ b/themes/default/css/screen.css
@@ -819,17 +819,17 @@ form .gError,
/* Ajax loading indicator ~~~~~~~~~~~~~~~~ */
.gLoadingLarge {
- background: #e8e8e8 url('../images/loading-lg.gif') no-repeat center center;
+ background: #e8e8e8 url('../../../lib/images/loading-large.gif') no-repeat center center;
font-size: 0;
}
.gDialogLoadingLarge {
- background: url('../images/loading-lg.gif') no-repeat center center !important;
+ background: url('../../../lib/images/loading-large.gif') no-repeat center center !important;
font-size: 0;
}
.gLoadingSmall {
- background: #e8e8e8 url('../images/loading-sm.gif') no-repeat center center;
+ background: #e8e8e8 url('../../../lib/images/loading-small.gif') no-repeat center center;
font-size: 0;
}
diff --git a/themes/default/images/loading-lg.gif b/themes/default/images/loading-lg.gif
deleted file mode 100644
index cc70a7a8..00000000
--- a/themes/default/images/loading-lg.gif
+++ /dev/null
Binary files differ
diff --git a/themes/default/images/loading-sm.gif b/themes/default/images/loading-sm.gif
deleted file mode 100644
index d0bce154..00000000
--- a/themes/default/images/loading-sm.gif
+++ /dev/null
Binary files differ