mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 17:27:16 +02:00
[ticket/14229] fix paging spacing
PHPBB3-14229
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user