Merge "Added release notes for 'ContentHandler::runLegacyHooks' removal"
[mediawiki.git] / resources / lib / jquery.ui / themes / smoothness / jquery.ui.autocomplete.css
blob4ef3497a6830ceb4198d9f05b7d0c5376e2ec04b
1 /*!
2 * jQuery UI Autocomplete 1.9.2
3 * http://jqueryui.com
5 * Copyright 2012 jQuery Foundation and other contributors
6 * Released under the MIT license.
7 * http://jquery.org/license
9 * http://docs.jquery.com/UI/Autocomplete#theming
11 .ui-autocomplete {
12 position: absolute;
13 top: 0;
14 left: 0;
15 cursor: default;
18 /* workarounds */
19 * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */