Search pagination and animations

- Added previous and next button at the end of searches, and styled the buttons
- Added so buttons only work when there are a previous or next page, depending on what is clicked
- Added a pretty and better way of showing the search with animations
This commit is contained in:
Kasper Rynning-Tønnesen
2017-11-06 15:59:57 +01:00
parent 532bc851c0
commit 7bf551dfce
4 changed files with 84 additions and 9 deletions

View File

@@ -75,6 +75,10 @@
<span class="valign">No results found..</span>
</div>
</div>
<div class="pagination-results">
<a href="#" class="btn waves-effect waves-light prev-results-button orange">Prev</a>
<a href="#" class="btn waves-effect waves-light next-results-button orange">Next</a>
</div>
</div>
</div>
</nav>