bootstrap changes
This commit is contained in:
parent
b4377c371a
commit
1c9fdce8d9
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
||||||
""
|
""
|
||||||
(h/html
|
(h/html
|
||||||
[:nav.float-right.clearfix {:aria-label "Page navigation"}
|
[: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"))
|
(page (dec current) (= current 1) "disabled" (h/html [:span.fa.fa-arrow-left] " Zurück"))
|
||||||
(cond
|
(cond
|
||||||
(< num 13) (pagelist 1 num current)
|
(< num 13) (pagelist 1 num current)
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
(if (< num 2)
|
(if (< num 2)
|
||||||
""
|
""
|
||||||
(h/html
|
(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"))
|
(page (dec current) (= current 1) "disabled" (h/html [:span.fa.fa-arrow-left] " Zurück"))
|
||||||
[:form.form-inline
|
[:form.form-inline
|
||||||
[:select#page-switcher.form-control
|
[:select#page-switcher.form-control
|
||||||
|
|
Loading…
Reference in a new issue