Files
awx/awx/ui/static/lib/jquery-ui/themes/base/autocomplete.css
Chris Houseknecht 9176955b42 JS Packaging Updates
Added to bower.json packages that were missing. Upgraded angular to 1.2.19 in the process.
2014-08-28 10:38:42 -04:00

17 lines
321 B
CSS

/*!
* jQuery UI Autocomplete 1.11.1
* http://jqueryui.com
*
* Copyright 2014 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/autocomplete/#theming
*/
.ui-autocomplete {
position: absolute;
top: 0;
left: 0;
cursor: default;
}