diff options
Diffstat (limited to 'apps/it/static/js/ui/themes/base/jquery.ui.autocomplete.css')
-rw-r--r-- | apps/it/static/js/ui/themes/base/jquery.ui.autocomplete.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/apps/it/static/js/ui/themes/base/jquery.ui.autocomplete.css b/apps/it/static/js/ui/themes/base/jquery.ui.autocomplete.css new file mode 100644 index 0000000..17a34da --- /dev/null +++ b/apps/it/static/js/ui/themes/base/jquery.ui.autocomplete.css @@ -0,0 +1,16 @@ +/*! + * jQuery UI Autocomplete 1.10.4 + * 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; +} |