swap enhanced watchlist/RC arrow images for prettier ones
authorMatmaRex <matma.rex@gmail.com>
Sat, 16 Mar 2013 15:08:14 +0000 (16:08 +0100)
committerMatmaRex <matma.rex@gmail.com>
Mon, 15 Apr 2013 15:20:42 +0000 (17:20 +0200)
Replaced old blue ones with slick grey ones, taken from the Vector
skin (based on arrow-down-icon.png in skins/vector/images), but
adjusted to 12x12px (to keep the same dimensions as old icons for all
sorts of compatibility).

Also change the CSS positioning in changes list, to fit better with
the baseline of the text.

This arrow look is already used for the dropdown menu in the Vector
skin, as well as for collapsible navigation menu in the Vector
extension and in the editor interface in the WikiEditor extension.

This fixes bug 44853.

Bug: 44853
Change-Id: I36a5c2f856fefe222f73d41eb2a547e3c1822092

resources/mediawiki.special/images/arrow-collapsed-ltr.png
resources/mediawiki.special/images/arrow-collapsed-rtl.png
resources/mediawiki.special/images/arrow-expanded.png
resources/mediawiki.special/mediawiki.special.changeslist.css

index 467a555..ea9c67a 100644 (file)
Binary files a/resources/mediawiki.special/images/arrow-collapsed-ltr.png and b/resources/mediawiki.special/images/arrow-collapsed-ltr.png differ
index 2246254..081d3a8 100644 (file)
Binary files a/resources/mediawiki.special/images/arrow-collapsed-rtl.png and b/resources/mediawiki.special/images/arrow-collapsed-rtl.png differ
index 58a9fc6..fa4bf26 100644 (file)
Binary files a/resources/mediawiki.special/images/arrow-expanded.png and b/resources/mediawiki.special/images/arrow-expanded.png differ
index fcdeba1..ab57314 100644 (file)
@@ -51,12 +51,12 @@ table.mw-enhanced-rc td.mw-enhanced-rc-nested {
 
 .mw-enhancedchanges-arrow.mw-collapsible-toggle-collapsed {
        /* @embed */
-       background: url(images/arrow-collapsed-ltr.png) no-repeat left center;
+       background: url(images/arrow-collapsed-ltr.png) no-repeat left bottom;
 }
 
 .mw-enhancedchanges-arrow.mw-collapsible-toggle-expanded {
        /* @embed */
-       background: url(images/arrow-expanded.png) no-repeat left center;
+       background: url(images/arrow-expanded.png) no-repeat left bottom;
 }
 
 .mw-changeslist-line-watched .mw-title {