diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-09-03 10:39:38 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-09-03 10:39:38 -0700 |
commit | 46f1276886e845a522392cbf8c1dddf43ee1d111 (patch) | |
tree | b7ff662388a40ff6fb5b6a37d706b68d54f5f508 /lib/jquery.autocomplete.css | |
parent | 8972d5f05ce4f37061bdd4dd2c8a1a19c1235611 (diff) |
Remove extraneous changes to the CSS so that it's just the ones that
we need. They'll be documented in our vendor repo.
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 00cd1c9b..ca425822 100644 --- a/lib/jquery.autocomplete.css +++ b/lib/jquery.autocomplete.css @@ -3,8 +3,8 @@ border: 1px solid black; background-color: white; overflow: hidden; - text-align: left; z-index: 99999; + text-align: left; } .ac_results ul { @@ -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; |