Fix jQuery UI dialog CSS for close-x.png -> close.png rename in Vector theme
authorRoan Kattouw <catrope@users.mediawiki.org>
Tue, 4 Jan 2011 12:58:15 +0000 (12:58 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Tue, 4 Jan 2011 12:58:15 +0000 (12:58 +0000)
resources/jquery.ui/themes/vector/jquery.ui.dialog.css

index c5976da..3feb770 100644 (file)
@@ -27,7 +27,7 @@ body .ui-dialog .ui-widget-header {
 }
 /* FIXME: Should just update the icon sprite if we're keeping this X */
 body .ui-dialog .ui-icon-closethick {
-       background: url(images/close-x.png) no-repeat 50% 50% !important;
+       background: url(images/close.png) no-repeat 50% 50% !important;
 }
 body .ui-dialog .ui-dialog-buttonpane {
        margin-top: 0 !important;