mirror of
https://github.com/devbridge/jQuery-Autocomplete.git
synced 2024-11-09 23:01:00 +00:00
10 lines
703 B
CSS
10 lines
703 B
CSS
body { font-family: sans-serif; font-size: 14px; line-height: 1.6em; margin: 0; padding: 0; }
|
|
.container { width: 800px; margin: 0 auto; }
|
|
|
|
.autocomplete-w1 { position: absolute; top: 0px; left: 0px; }
|
|
.autocomplete { border: 1px solid #999; background: #FFF; cursor: default; text-align: left; max-height: 350px; overflow: auto; /* IE6 specific: */ _height: 350px; _margin: 0; _overflow-x: hidden; }
|
|
.autocomplete .selected { background: #F0F0F0; }
|
|
.autocomplete div { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
|
|
.autocomplete strong { font-weight: normal; color: #3399FF; }
|
|
|
|
#query { font-size: 28px; padding: 10px; border: 1px solid #CCC; display: block; margin: 40px; } |