434de139df840e5828d3e46046e00bbb5d2902f8
[wolnelektury.git] / wolnelektury / static / css / jquery.autocomplete.css
1 .ac_results {
2         padding: 0px;
3         border: 0.1em solid #999;
4         background-color: #FFF;
5         overflow: hidden;
6         z-index: 99999;
7 }
8
9 .ac_results ul {
10         width: 100%;
11         list-style-position: outside;
12         list-style: none;
13         padding: 0;
14         margin: 0;
15 }
16
17 .ac_results li {
18         margin: 0;
19         padding: 0.2em 0.5em;
20         cursor: default;
21         display: block;
22         overflow: hidden;
23 }
24
25 .ac_loading {
26         background: white url(/static/img/indicator.gif) right center no-repeat;
27 }
28
29 .ac_odd {
30         background-color: #EEE;
31 }
32
33 .ac_over {
34         background-color: #0A246A;
35         color: #FFF;
36 }