Pagination improvements, allow to select page size

This commit is contained in:
Raphael Michel
2017-12-09 19:47:47 +01:00
parent f5bf2ac4ca
commit 9e84e78215
14 changed files with 66 additions and 32 deletions

View File

@@ -486,3 +486,10 @@ body.loading #wrapper {
.iconcol {
width: 1.28571em;
}
ul.pagination {
margin-bottom: 0;
}
.pagination-container {
margin-bottom: 20px;
}