r91723 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r91722
|
r91723
|
r91724
>
Date:
13:32, 8 July 2011
Author:
diebuche
Status:
ok
Tags:
Comment:
Redo
r91721
: Backport jQuery UI CSS fix for weird Webkit reflow bug. See
https://github.com/jquery/jquery-ui/commit/a090faa833cf5b40105bb4aa74bca7ac39366fe9/
Modified paths:
/trunk/phase3/resources/jquery.ui/themes/default/jquery.ui.autocomplete.css
(modified) (
history
)
/trunk/phase3/resources/jquery.ui/themes/vector/jquery.ui.autocomplete.css
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/resources/jquery.ui/themes/vector/jquery.ui.autocomplete.css
—
—
@@ -13,6 +13,7 @@
14
14
padding: 2px;
15
15
margin: 0;
16
16
display:block;
17
+ float: left;
17
18
}
18
19
.ui-menu .ui-menu {
19
20
margin-top: -3px;
Index: trunk/phase3/resources/jquery.ui/themes/default/jquery.ui.autocomplete.css
—
—
@@ -13,6 +13,7 @@
14
14
padding: 2px;
15
15
margin: 0;
16
16
display:block;
17
+ float: left;
17
18
}
18
19
.ui-menu .ui-menu {
19
20
margin-top: -3px;
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r91721
Backport jQuery UI CSS fix for weird Webkit reflow bug. See
https://github.co...
diebuche
13:24, 8 July 2011
Status & tagging log
16:21, 8 August 2011
😂
(
talk
|
contribs
)
changed the
status
of r91723
[
removed:
new
added:
ok]