Split up TablePager css class, introduce .mw-datatable
authorKrinkle <krinkle@users.mediawiki.org>
Thu, 1 Sep 2011 10:38:19 +0000 (10:38 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Thu, 1 Sep 2011 10:38:19 +0000 (10:38 +0000)
commitf98a0ec075294df1bc7c9f70ca6a979137a26687
treea9115699246f4dab71045e7f975d12706125bfcd
parent200560eff3a94eeb8c24552dc3de1e85158c3b0c
Split up TablePager css class, introduce .mw-datatable
* All tables generated with the TablePager PHP class use this css class for their styling. This visual look has since inspired several templates and other tables on the wikis and in extensions to present data with row-highlighting functionality. To make it easier to do that, separating the generic styling into a new css class "mw-datatable" and use it in the TablePager PHP class.
* Kept pager-specific "min-width" rule under .TablePager
* Other CSS classes for TablePager are also untouched
* Changed table-heading color slightly to not be exactly the same as the hover-style (design/usability)
includes/Pager.php
includes/specials/SpecialAllmessages.php
skins/common/shared.css