[mediawik.special.changeslist] Remove ugly arrow swapping hack
authorKrinkle <krinkle@users.mediawiki.org>
Mon, 27 Feb 2012 00:03:14 +0000 (00:03 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Mon, 27 Feb 2012 00:03:14 +0000 (00:03 +0000)
commit5d68836825a698328ba7adb377f58d078bc1cf27
tree600e304f64103225133b189378d6e22570594bfb
parente2e1cec50b1417ea65653acf4291cf200022923f
[mediawik.special.changeslist] Remove ugly arrow swapping hack
* Use CSS and change the background image, instead of displaying 2 <img> tags and hiding one based on the parent element's class
* touches bug 17616 a bit, although it doesn't address the focus issue yet, but does improve the overal structure of this module
* Also speeds up by:
- Outputting less markup
- Having 1 embedded images in the CSS file instead of (N changes)*<img> tags
* jquery.makeCollapsible:
includes/ChangesList.php
resources/mediawiki.special/images/arrow-collapsed-ltr.png [new file with mode: 0644]
resources/mediawiki.special/images/arrow-collapsed-rtl.png [new file with mode: 0644]
resources/mediawiki.special/images/arrow-expanded.png [new file with mode: 0644]
resources/mediawiki.special/mediawiki.special.changeslist.css