CategoryView modified to use css columns
authorSumit Asthana <asthana.sumit23@gmail.com>
Sun, 1 Feb 2015 08:51:39 +0000 (14:21 +0530)
committerBartosz Dziewoński <matma.rex@gmail.com>
Mon, 23 Feb 2015 16:54:24 +0000 (16:54 +0000)
commit8d25d1b1ea18934c88a2fb1a3433348715a42b6b
tree79d9b191e5c863d3801d062df1b2938fb777bf55
parent9f01c8d0b2fe0ecd05d4be7d41a51c6eb4d6f4ba
CategoryView modified to use css columns

The categories on Category page were listed using table layout. This layout has
been changed to the responsive css column structure, which is 3 column wide
beyond 768px, otherwise shrinks to a single column.

break-inside is used which needs some consideration, see here:
http://css-tricks.com/almanac/properties/b/break-inside/

Bug: T55130
Change-Id: I437e6079b20e110047f93fb5c09aae40189f1ec0
includes/CategoryViewer.php
resources/Resources.php
resources/src/mediawiki.action/mediawiki.action.view.categoryPage.less [new file with mode: 0644]
resources/src/mediawiki.less/mediawiki.mixins.less