client/paging: compact page no. for endless pager

This commit is contained in:
rr- 2016-04-14 13:09:39 +02:00
parent 334ff8edcd
commit 7cf4e6c37d
2 changed files with 10 additions and 1 deletions

View file

@ -148,3 +148,12 @@ nav.text-nav
display: block
width: 0
height: 0
.page
position: relative
p
position: absolute
right: 0
top: 0
margin: 0
padding: 0.1em 0.5em
background: white

View file

@ -1,4 +1,4 @@
<div class='page'>
<p>Page {{this.page}} of {{this.totalPages}}</p>
<p>{{this.page}}/{{this.totalPages}}</p>
<div class='page-content-holder'></div>
</div>