Fix pagination on list mode

This commit is contained in:
Simounet
2017-12-04 19:34:46 +01:00
parent b9be1cf1ee
commit f836b98fa6
5 changed files with 26 additions and 21 deletions

View File

@ -12,12 +12,10 @@
}
.results {
height: 1em;
.nb-results,
.pagination {
margin: 15px 15px 0;
}
display: flex;
padding: 1rem 1rem 0;
flex-wrap: wrap;
justify-content: space-between;
.nb-results {
display: inline-flex;
@ -29,10 +27,11 @@
}
.pagination {
float: right;
ul {
margin: 0 !important;
display: flex;
margin: 0;
flex-wrap: wrap;
justify-content: space-around;
.prev.disabled,
.next.disabled {