X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0cae17bec6d31806615fae59a5b3945016285fbe..2f1c330e555c24deb17b7d6018b59c52dab7aafd:/wolnelektury/media/css/jquery.autocomplete.css diff --git a/wolnelektury/media/css/jquery.autocomplete.css b/wolnelektury/media/css/jquery.autocomplete.css new file mode 100644 index 000000000..9c5a36dfb --- /dev/null +++ b/wolnelektury/media/css/jquery.autocomplete.css @@ -0,0 +1,36 @@ +.ac_results { + padding: 0px; + border: 0.1em solid #999; + background-color: #FFF; + overflow: hidden; + z-index: 99999; +} + +.ac_results ul { + width: 100%; + list-style-position: outside; + list-style: none; + padding: 0; + margin: 0; +} + +.ac_results li { + margin: 0; + padding: 0.2em 0.5em; + cursor: default; + display: block; + overflow: hidden; +} + +.ac_loading { + background: white url(/media/img/indicator.gif) right center no-repeat; +} + +.ac_odd { + background-color: #EEE; +} + +.ac_over { + background-color: #0A246A; + color: #FFF; +}