Cleanup pagination CSS and UI

This commit is contained in:
Dane Everitt 2017-11-10 21:41:39 -06:00
parent b07052548c
commit 4dfc7a0053
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
7 changed files with 11 additions and 75 deletions

View file

@ -1,5 +1,5 @@
@if ($paginator->lastPage() > 1)
<ul class="pagination">
<ul class="pagination pull-right no-margin">
<!-- Previous Page Link -->
@if ($paginator->onFirstPage())
{{-- <li class="disabled"><span>&laquo;</span></li> --}}