2010-07-14 19:55:54 +00:00
|
|
|
/*
|
|
|
|
* jQuery UI Autocomplete @VERSION
|
|
|
|
*
|
2011-01-17 14:13:18 +00:00
|
|
|
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
2010-07-14 19:55:54 +00:00
|
|
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
|
|
* http://jquery.org/license
|
|
|
|
*
|
|
|
|
* http://docs.jquery.com/UI/Autocomplete#theming
|
|
|
|
*/
|
2010-02-02 14:04:50 +00:00
|
|
|
.ui-autocomplete { position: absolute; cursor: default; }
|
2010-01-14 17:23:11 +00:00
|
|
|
|
2010-01-29 01:53:54 +00:00
|
|
|
/* workarounds */
|
2010-02-02 14:04:50 +00:00
|
|
|
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
|