2012-02-27 00:49:51 +00:00
|
|
|
/*!
|
2010-07-14 19:55:54 +00:00
|
|
|
* jQuery UI Autocomplete @VERSION
|
2012-07-04 13:08:08 +00:00
|
|
|
* http://jqueryui.com
|
2010-07-14 19:55:54 +00:00
|
|
|
*
|
2014-01-29 03:25:02 +00:00
|
|
|
* Copyright 2014 jQuery Foundation and other contributors
|
2012-08-09 14:13:24 +00:00
|
|
|
* Released under the MIT license.
|
2010-07-14 19:55:54 +00:00
|
|
|
* http://jquery.org/license
|
|
|
|
*
|
2013-06-06 02:03:09 +00:00
|
|
|
* http://api.jqueryui.com/autocomplete/#theming
|
2010-07-14 19:55:54 +00:00
|
|
|
*/
|
2012-10-11 23:06:54 +00:00
|
|
|
.ui-autocomplete {
|
|
|
|
position: absolute;
|
2012-10-30 20:26:42 +00:00
|
|
|
top: 0;
|
|
|
|
left: 0;
|
2012-10-11 23:06:54 +00:00
|
|
|
cursor: default;
|
|
|
|
}
|