summaryrefslogtreecommitdiff
path: root/static/jquery-ui/base/jquery.ui.autocomplete.css
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2017-02-07 18:06:12 +0000
committerÉtienne Loks <etienne.loks@peacefrogs.net>2017-02-07 18:06:12 +0000
commitb8cd70cbe9a0e0eac65351ed6961c36f2b65397b (patch)
tree47056f161352a4c8cc739a9e0bacd5f879e4dfeb /static/jquery-ui/base/jquery.ui.autocomplete.css
downloadChimère - projet Saclay-b8cd70cbe9a0e0eac65351ed6961c36f2b65397b.tar.bz2
Chimère - projet Saclay-b8cd70cbe9a0e0eac65351ed6961c36f2b65397b.zip
Initial commit
Diffstat (limited to 'static/jquery-ui/base/jquery.ui.autocomplete.css')
-rw-r--r--static/jquery-ui/base/jquery.ui.autocomplete.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/static/jquery-ui/base/jquery.ui.autocomplete.css b/static/jquery-ui/base/jquery.ui.autocomplete.css
new file mode 100644
index 0000000..1c6ab97
--- /dev/null
+++ b/static/jquery-ui/base/jquery.ui.autocomplete.css
@@ -0,0 +1,16 @@
+/*!
+ * jQuery UI Autocomplete 1.10.1
+ * http://jqueryui.com
+ *
+ * Copyright 2013 jQuery Foundation and other contributors
+ * Released under the MIT license.
+ * http://jquery.org/license
+ *
+ * http://docs.jquery.com/UI/Autocomplete#theming
+ */
+.ui-autocomplete {
+ position: absolute;
+ top: 0;
+ left: 0;
+ cursor: default;
+}