webfaction and repo.or.cz deployment done
[worddb.git] / static / js / jquery-autocomplete / jquery.autocomplete.css
blobfba198b8e98425d0cf167ed66db326a425b690be
1 .ac_results {
2 padding: 0;
3 border: 1px solid WindowFrame;
4 background-color: Window;
5 overflow: hidden;
6 z-index: 999;
7 text-align: left;
10 .ac_results ul {
11 width: 100%;
12 list-style-position: outside;
13 list-style: none;
14 padding: 0;
15 margin: 0;
18 .ac_results iframe {
19 display: none;/*sorry for IE5*/
20 display/**/: block;/*sorry for IE5*/
21 position: absolute;
22 top: 0;
23 left: 0;
24 z-index: -1;
25 filter: mask();
26 width: 3000px;
27 height: 3000px;
30 .ac_results li {
31 margin: 0;
32 padding: 2px 5px;
33 cursor: pointer;
34 display: block;
35 width: 100%;
36 font: menu;
37 font-size: 12px;
38 overflow: hidden;
41 .ac_loading {
42 background: Window url('/static/img/indicator.gif') right center no-repeat;
45 .ac_over {
46 background-color: Highlight;
47 color: HighlightText;