mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/14229] fix paging spacing
PHPBB3-14229
This commit is contained in:
parent
c3c41d409b
commit
39f1c24af9
2 changed files with 5 additions and 3 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue