Projekt

Allgemein

Profil

Herunterladen (1,09 KB) Statistiken
| Zweig: | Markierung: | Revision:
a891045c Hans P. Schlaepfer
/* ------------------------------------------------------------- */
/* Jquery-Autocomplete (jquery.autocomplete.less) */
/* ------------------------------------------------------------- */


fb33dc99 Hans Peter Schlaepfer
.ac_results {
a891045c Hans P. Schlaepfer
padding: 0px;
border: 1px solid black;
background-color: white;
overflow: hidden;
z-index: 99999;
fb33dc99 Hans Peter Schlaepfer
}

.ac_results ul {
a891045c Hans P. Schlaepfer
width: 100%;
list-style-position: outside;
list-style: none;
padding: 0;
margin: 0;
fb33dc99 Hans Peter Schlaepfer
}

.ac_results li {
a891045c Hans P. Schlaepfer
margin: 0px;
padding: 2px 5px;
cursor: default;
display: block;
// if width will be 100% horizontal scrollbar will apear when scroll mode will be used
// width: 100%;
font: menu;
font-size: @font-size-base; /*hps: vorher 12px */
// it is very important, if line-height not setted or setted in relative units scroll will be broken in firefox
line-height: 16px;
overflow: hidden;
fb33dc99 Hans Peter Schlaepfer
}

.ac_loading {
// PENDENT: Datei nicht gefunden, auch nicht auf jquery-ui.com
a891045c Hans P. Schlaepfer
//background: white url('indicator.gif') right center no-repeat;
fb33dc99 Hans Peter Schlaepfer
}

.ac_odd {
a891045c Hans P. Schlaepfer
background-color: #eee;
fb33dc99 Hans Peter Schlaepfer
}

.ac_over {
a891045c Hans P. Schlaepfer
background-color: #0A246A;
color: white;
fb33dc99 Hans Peter Schlaepfer
}