Bug 20489 Configure illegal file characters https://bugzilla.wikimedia.org/show_bug...
[mediawiki.git] / js2 / mwEmbed / jquery / plugins / jquery.autocomplete.css
blobcb9107b6642695aefa6e6c5673bacbca0c5db4ec
1 .ac_results {
2 padding: 0px;
3 border: 1px solid WindowFrame;
4 background-color: Window;
5 overflow: hidden;
8 .ac_results ul {
9 width: 100%;
10 list-style-position: outside;
11 list-style: none;
12 padding: 0;
13 margin: 0;
16 .ac_results iframe {
17 display:none;/*sorry for IE5*/
18 display/**/:block;/*sorry for IE5*/
19 position:absolute;
20 top:0;
21 left:0;
22 z-index:-1;
23 filter:mask();
24 width:3000px;
25 height:3000px;
28 .ac_results li {
29 margin: 0px;
30 padding: 2px 5px;
31 cursor: pointer;
32 display: block;
33 width: 100%;
34 font: menu;
35 font-size: 12px;
36 overflow: hidden;
39 .ac_loading {
40 background : Window url('./indicator.gif') right center no-repeat;
43 .ac_over {
44 background-color: Highlight;
45 color: HighlightText;