Previous/next pagination working

This commit is contained in:
Kasper Rynning-Tønnesen
2019-03-02 13:23:57 +01:00
parent af92dd0e3a
commit 1c05a1c3b2
6 changed files with 72 additions and 12 deletions

View File

@@ -383,6 +383,14 @@ li.disabled span {
margin-top: 5px;
}
.filter-pagination-container {
display: flex;
justify-content: space-evenly;
padding-top: 15px;
width: 50%;
margin: auto;
}
.extra-button{
margin: 0 4px !important;
padding: 0px !important;