Using YUI plugin to do "Loading" mask on addbiblio.pl and authorities.pl. Previous...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / lib / yui / autocomplete.css
1 .autocomplete .yui-ac {
2     position:relative;
3     font-size:100%;
4 }
5 .autocomplete .yui-ac-input { 
6     position:absolute;
7     width:100%;}
8 .autocomplete .yui-ac-container { 
9     position:absolute;
10     top:1.6em;
11     width:100%;
12 }
13 .autocomplete .yui-ac-content {
14     position:absolute;
15     width:100%;
16     border:1px solid #808080;
17     background:#fff;
18     overflow:hidden;
19     z-index:9050;
20 }
21 .autocomplete .yui-ac-shadow {
22     position:absolute;
23     margin:.3em;
24     width:100%;
25     background:#000;
26     -moz-opacity:0.10;
27     opacity:.10;
28     filter:alpha(opacity=10);
29     z-index:9049;
30 }
31 .autocomplete .yui-ac-content ul {
32     margin:0;
33     padding:0;
34     width:100%;
35 }
36 .autocomplete .yui-ac-content li {
37     margin:0;
38     padding:2px 5px;
39     cursor:default;
40     white-space:nowrap;
41 }
42 .autocomplete .yui-ac-content li.yui-ac-prehighlight {
43     background:#B3D4FF;
44 }
45 .autocomplete .yui-ac-content li.yui-ac-highlight {
46     background:#426FD9;
47     color:#FFF;
48 }
49
50 #borrowerautocomplete { width: 450px; text-align:left;} /* z-index needed on top instances for ie & sf absolute inside relative issue */
51 .autocomplete { width:130px; }/* set width of widget here*/
52 .autocomplete .yui-ac-highlight ,
53 .autocomplete .yui-ac-highlight .sample-result,
54 .autocomplete .yui-ac-highlight .sample-query { color:#FFF; }
55 .autocomplete .sample-result { color: black; }
56 .autocomplete .sample-query { color:#000; }
57 #findborrower { position:static; width:335px; }
58 #yborrowercontainer { text-align:left;width:300px; }