Improved /browse/$system pages with pagination and an "ALL" listing

Or, well, a "next" button counts as pagination, right?
This commit is contained in:
Yorhel 2012-07-05 12:34:26 +02:00
parent 4f6ae4c539
commit 109eae1860
2 changed files with 48 additions and 14 deletions

View file

@ -55,6 +55,8 @@ td { padding: 1px 5px; font-size: 12px; border-left: 1px solid #ccc; }
#systems b { font-size: 24px; display: block; }
#systems .hidden { display: none; }
.pagination { display: block; margin: 10px; width: 100%; text-align: center }
#external { list-style-type: none }
#packages { margin: 20px 0; -webkit-column-width: 500px; -moz-column-width: 500px; column-width: 500px }