summaryrefslogtreecommitdiff
path: root/xstatic/pkg/jquery_ui/data/themes/base/jquery.ui.autocomplete.css
diff options
context:
space:
mode:
Diffstat (limited to 'xstatic/pkg/jquery_ui/data/themes/base/jquery.ui.autocomplete.css')
-rw-r--r--xstatic/pkg/jquery_ui/data/themes/base/jquery.ui.autocomplete.css9
1 files changed, 3 insertions, 6 deletions
diff --git a/xstatic/pkg/jquery_ui/data/themes/base/jquery.ui.autocomplete.css b/xstatic/pkg/jquery_ui/data/themes/base/jquery.ui.autocomplete.css
index 4ef3497..17a34da 100644
--- a/xstatic/pkg/jquery_ui/data/themes/base/jquery.ui.autocomplete.css
+++ b/xstatic/pkg/jquery_ui/data/themes/base/jquery.ui.autocomplete.css
@@ -1,12 +1,12 @@
/*!
- * jQuery UI Autocomplete 1.9.2
+ * jQuery UI Autocomplete 1.10.4
* http://jqueryui.com
*
- * Copyright 2012 jQuery Foundation and other contributors
+ * Copyright 2014 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
- * http://docs.jquery.com/UI/Autocomplete#theming
+ * http://api.jqueryui.com/autocomplete/#theming
*/
.ui-autocomplete {
position: absolute;
@@ -14,6 +14,3 @@
left: 0;
cursor: default;
}
-
-/* workarounds */
-* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */