From: Leo Koppelkamm Date: Fri, 8 Jul 2011 13:32:06 +0000 (+0000) Subject: Redo r91721: Backport jQuery UI CSS fix for weird Webkit reflow bug. See https:/... X-Git-Tag: 1.31.0-rc.0~28993 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=ba3816d8df02f4cbefa0739b244ea3c707d3e72d;p=lhc%2Fweb%2Fwiklou.git Redo r91721: Backport jQuery UI CSS fix for weird Webkit reflow bug. See https://github.com/jquery/jquery-ui/commit/a090faa833cf5b40105bb4aa74bca7ac39366fe9/ --- diff --git a/resources/jquery.ui/themes/default/jquery.ui.autocomplete.css b/resources/jquery.ui/themes/default/jquery.ui.autocomplete.css index 5957f78ffa..f287dbe998 100644 --- a/resources/jquery.ui/themes/default/jquery.ui.autocomplete.css +++ b/resources/jquery.ui/themes/default/jquery.ui.autocomplete.css @@ -13,6 +13,7 @@ padding: 2px; margin: 0; display:block; + float: left; } .ui-menu .ui-menu { margin-top: -3px; diff --git a/resources/jquery.ui/themes/vector/jquery.ui.autocomplete.css b/resources/jquery.ui/themes/vector/jquery.ui.autocomplete.css index 6610a8781a..c06fd18a24 100644 --- a/resources/jquery.ui/themes/vector/jquery.ui.autocomplete.css +++ b/resources/jquery.ui/themes/vector/jquery.ui.autocomplete.css @@ -13,6 +13,7 @@ padding: 2px; margin: 0; display:block; + float: left; } .ui-menu .ui-menu { margin-top: -3px;