No left and right padding for previous and next page respectively

This commit is contained in:
Eric Lippmann 2015-11-16 10:23:59 +01:00
parent a9154c5022
commit c0f90a6927
1 changed files with 12 additions and 0 deletions

View File

@ -47,6 +47,14 @@
text-decoration: none;
}
}
.previous-page {
padding-left: 0;
}
.next-page {
padding-right: 0;
}
}
.sort-control {
@ -64,6 +72,10 @@
width: 8em;
margin-left: 0;
}
> form > i {
.sr-only();
}
}
html.no-js .sort-control form {