summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/images/loading-large.gif (renamed from themes/admin_default/images/loading-lg.gif)bin8238 -> 8238 bytes
-rw-r--r--lib/images/loading-small.gif (renamed from themes/admin_default/images/loading-sm.gif)bin673 -> 673 bytes
-rw-r--r--lib/jquery.autocomplete.css10
-rw-r--r--themes/admin_default/css/screen.css6
-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
7 files changed, 11 insertions, 11 deletions
diff --git a/themes/admin_default/images/loading-lg.gif b/lib/images/loading-large.gif
index cc70a7a8..cc70a7a8 100644
--- a/themes/admin_default/images/loading-lg.gif
+++ b/lib/images/loading-large.gif
Binary files differ
diff --git a/themes/admin_default/images/loading-sm.gif b/lib/images/loading-small.gif
index d0bce154..d0bce154 100644
--- a/themes/admin_default/images/loading-sm.gif
+++ b/lib/images/loading-small.gif
Binary files differ
diff --git a/lib/jquery.autocomplete.css b/lib/jquery.autocomplete.css
index cdf26f56..00cd1c9b 100644
--- a/lib/jquery.autocomplete.css
+++ b/lib/jquery.autocomplete.css
@@ -20,15 +20,15 @@
padding: 2px 5px;
cursor: default;
display: block;
- /*
- if width will be 100% horizontal scrollbar will apear
+ /*
+ if width will be 100% horizontal scrollbar will apear
when scroll mode will be used
*/
/*width: 100%;*/
font: menu;
font-size: 12px;
- /*
- it is very important, if line-height not setted or setted
+ /*
+ it is very important, if line-height not setted or setted
in relative units scroll will be broken in firefox
*/
line-height: 16px;
@@ -36,7 +36,7 @@
}
.ac_loading {
- background: white url('../themes/default/images/loading-sm.gif') right center no-repeat;
+ background: white url('images/loading-small.gif') right center no-repeat;
}
.ac_odd {
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css
index c81db58d..4f802039 100644
--- a/themes/admin_default/css/screen.css
+++ b/themes/admin_default/css/screen.css
@@ -768,17 +768,17 @@ li.gDefaultGroup h4, li.gDefaultGroup .gUser {
/* Ajax loading indicator ~~~~~~~~~~~~~~~~ */
.gLoadingLarge {
- background: #e8e8e8 url('../images/loading-lg.gif') no-repeat center center;
+ background: #e8e8e8 url('../../../lib/images/loading-arge.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/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