X-Git-Url: https://scripts.mit.edu/gitweb/autoinstallsdev/mediawiki.git/blobdiff_plain/19e297c21b10b1b8a3acad5e73fc71dcb35db44a..6932310fd58ebef145fa01eb76edf7150284d8ea:/skins/vector/skinStyles/jquery.ui/jquery.ui.autocomplete.css diff --git a/skins/vector/skinStyles/jquery.ui/jquery.ui.autocomplete.css b/skins/vector/skinStyles/jquery.ui/jquery.ui.autocomplete.css new file mode 100644 index 00000000..4ef3497a --- /dev/null +++ b/skins/vector/skinStyles/jquery.ui/jquery.ui.autocomplete.css @@ -0,0 +1,19 @@ +/*! + * jQuery UI Autocomplete 1.9.2 + * http://jqueryui.com + * + * Copyright 2012 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; +} + +/* workarounds */ +* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */