[ticket/14229] fix paging spacing

PHPBB3-14229
This commit is contained in:
Michael Miday 2015-10-18 11:02:56 +02:00
parent c3c41d409b
commit 39f1c24af9
2 changed files with 5 additions and 3 deletions

View file

@ -875,7 +875,7 @@ fieldset.fields1 dl.pmlist dd.recipients {
/* Pagination in viewforum for multipage topics */
.row .pagination {
display: block;
margin-top: -10px;
margin-top: -12px;
}
.row .pagination > ul {

View file

@ -281,7 +281,8 @@
}
.row .pagination {
margin-top: 0;
margin-top: 2px;
margin-bottom: 2px;
}
.row .pagination .ellipsis + li {
@ -563,7 +564,8 @@
@media (min-width: 701px) and (max-width: 950px) {
.row .pagination {
margin-top: 0;
margin-top: 2px;
margin-bottom: 2px;
}
ul.topiclist dt {