jquery-ui/themes/base/jquery.ui.autocomplete.css

15 lines
413 B
CSS
Raw Normal View History

/*!
* jQuery UI Autocomplete @VERSION
2012-07-04 13:08:08 +00:00
* http://jqueryui.com
*
2012-07-04 13:08:08 +00:00
* Copyright 2012 jQuery Foundation and other contributors
2012-08-09 14:13:24 +00:00
* Released under the MIT license.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Autocomplete#theming
*/
2012-10-11 17:21:36 +00:00
.ui-autocomplete { position: absolute; cursor: default; }
2010-01-14 17:23:11 +00:00
/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */