Buttons top and bottom for filtering pagination

This commit is contained in:
Kasper Rynning-Tønnesen
2019-03-02 13:34:18 +01:00
parent 1c05a1c3b2
commit c22a7cf32b
3 changed files with 32 additions and 14 deletions

View File

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