TablePager: Redo arrow icons from scratch as CSS backgrounds
authorBartosz Dziewoński <matma.rex@gmail.com>
Mon, 25 Aug 2014 14:52:11 +0000 (16:52 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Sat, 30 Aug 2014 22:48:45 +0000 (00:48 +0200)
commit987a860df428e3c70fd81c404f1f7a300345dc48
tree58f48c99a1f371cce576aaba0646d796a7ae152a
parent69a039aeeb0592909657786a85dd8c676e9470e6
TablePager: Redo arrow icons from scratch as CSS backgrounds

Redrawn the images with SVG versions.

Intentionally did not preserve the value of the 'alt' attribute of the old
images, it doesn't seem very useful to me. Instead, added 'title'
attributes on the sort links that describe their action. This should be
more useful than the old version for both visual and aural mediums.

Bug: 69277
Change-Id: Ibaec75e81d3eb8338d911ac84d91570047f475f5
includes/pager/IndexPager.php
includes/pager/TablePager.php
resources/Resources.php
resources/src/mediawiki/images/arrow-sort-ascending.png [new file with mode: 0644]
resources/src/mediawiki/images/arrow-sort-ascending.svg [new file with mode: 0644]
resources/src/mediawiki/images/arrow-sort-descending.png [new file with mode: 0644]
resources/src/mediawiki/images/arrow-sort-descending.svg [new file with mode: 0644]
resources/src/mediawiki/mediawiki.pager.tablePager.css [deleted file]
resources/src/mediawiki/mediawiki.pager.tablePager.less [new file with mode: 0644]
skins/common/images/Arr_d.png [deleted file]
skins/common/images/Arr_u.png [deleted file]