X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d7d7e49e08a5648e152bbc91e091af293478629b..362ea2e7f8ac4254398791139cc060090199f400:/wolnelektury/static/css/jquery.autocomplete.css?ds=sidebyside diff --git a/wolnelektury/static/css/jquery.autocomplete.css b/wolnelektury/static/css/jquery.autocomplete.css new file mode 100644 index 000000000..434de139d --- /dev/null +++ b/wolnelektury/static/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(/static/img/indicator.gif) right center no-repeat; +} + +.ac_odd { + background-color: #EEE; +} + +.ac_over { + background-color: #0A246A; + color: #FFF; +}