diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-09-03 10:20:54 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-09-03 10:21:38 -0700 |
commit | 8972d5f05ce4f37061bdd4dd2c8a1a19c1235611 (patch) | |
tree | 3ac0b0fcf6fd1cf16cae7647d2ea027b30230178 /lib/jquery.autocomplete.css | |
parent | e2d5944e56f7e7433e7f1bda290ba779df447c3c (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 'lib/jquery.autocomplete.css')
-rw-r--r-- | lib/jquery.autocomplete.css | 10 |
1 files changed, 5 insertions, 5 deletions
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 { |