summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/images/loading-large.gifbin0 -> 8238 bytes
-rw-r--r--lib/images/loading-small.gifbin0 -> 673 bytes
-rw-r--r--lib/jquery.autocomplete.css10
3 files changed, 5 insertions, 5 deletions
diff --git a/lib/images/loading-large.gif b/lib/images/loading-large.gif
new file mode 100644
index 00000000..cc70a7a8
--- /dev/null
+++ b/lib/images/loading-large.gif
Binary files differ
diff --git a/lib/images/loading-small.gif b/lib/images/loading-small.gif
new file mode 100644
index 00000000..d0bce154
--- /dev/null
+++ 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 {