fhiiqm/css/jquery/jquery.autocomplete.css
changeset 1 6288d5685bff
equal deleted inserted replaced
0:ef68113ff309 1:6288d5685bff
       
     1 .ac_results {
       
     2 	padding: 0px;
       
     3 	border: 1px solid WindowFrame;
       
     4 	background-color: Window;
       
     5 	overflow: hidden;
       
     6 }
       
     7 
       
     8 .ac_results ul {
       
     9 	width: 100%;
       
    10 	list-style-position: outside;
       
    11 	list-style: none;
       
    12 	padding: 0;
       
    13 	margin: 0;
       
    14 }
       
    15 
       
    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;
       
    26 }
       
    27 
       
    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;
       
    37 }
       
    38 
       
    39 .ac_loading {
       
    40 	background : Window url('./indicator.gif') right center no-repeat;
       
    41 }
       
    42 
       
    43 .ac_over {
       
    44 	background-color: Highlight;
       
    45 	color: HighlightText;
       
    46 }