refactor of pagination controls

This commit is contained in:
Jason White
2017-04-06 09:52:31 -04:00
committed by Nanne Baars
parent 6a9f7e0b0f
commit e3d281a5f6
7 changed files with 154 additions and 131 deletions

View File

@ -958,6 +958,11 @@ cookie-container {
cursor:pointer;
}
.page-nav-wrapper {
display:inline-block;
width: 30px;
}
span.show-next-page, span.show-prev-page {
font-size: 1.3em;
}