bootstrap changes

This commit is contained in:
Aaron Fischer 2018-05-04 16:22:20 +02:00 committed by Aaron Fischer
parent b4377c371a
commit 1c9fdce8d9
No known key found for this signature in database
GPG key ID: A62EFAEA293B99D7

View file

@ -31,7 +31,7 @@
""
(h/html
[:nav.float-right.clearfix {:aria-label "Page navigation"}
[:ul.pagination.hidden-sm-down
[:ul.pagination.d-none.d-sm-none.d-xs-none.d-md-flex
(page (dec current) (= current 1) "disabled" (h/html [:span.fa.fa-arrow-left] " Zurück"))
(cond
(< num 13) (pagelist 1 num current)
@ -45,7 +45,7 @@
(if (< num 2)
""
(h/html
[:ul.pagination.justify-content-end.hidden-md-up
[:ul.pagination.justify-content-end.d-md-none
(page (dec current) (= current 1) "disabled" (h/html [:span.fa.fa-arrow-left] " Zurück"))
[:form.form-inline
[:select#page-switcher.form-control