mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 06:56:00 -03:30
Added to bower.json packages that were missing. Upgraded angular to 1.2.19 in the process.
17 lines
321 B
CSS
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;
|
|
}
|