Fixed paginator
This commit is contained in:
parent
c34ea720d9
commit
18bec702ce
2 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-list li a {
|
.page-list li a {
|
||||||
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0.4em 1.2em;
|
padding: 0.4em 1.2em;
|
||||||
}
|
}
|
||||||
|
|
|
@ -210,7 +210,6 @@ App.Presenters.PagerPresenter = function(
|
||||||
setPage(page);
|
setPage(page);
|
||||||
});
|
});
|
||||||
$a.addClass('big-button');
|
$a.addClass('big-button');
|
||||||
$a.attr('href', '#');
|
|
||||||
$a.text(page);
|
$a.text(page);
|
||||||
if (page === pager.getPage()) {
|
if (page === pager.getPage()) {
|
||||||
$a.addClass('active');
|
$a.addClass('active');
|
||||||
|
|
Loading…
Reference in a new issue