mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-24 17:22:55 +02:00
[ticket/14229]Responsive changes to topic paging
This commit is contained in:
@@ -807,7 +807,6 @@ fieldset.fields1 dl.pmlist dd.recipients {
|
||||
---------------------------------------- */
|
||||
.pagination {
|
||||
float: right;
|
||||
margin-top: 3px;
|
||||
text-align: right;
|
||||
width: auto;
|
||||
}
|
||||
@@ -876,7 +875,7 @@ fieldset.fields1 dl.pmlist dd.recipients {
|
||||
/* Pagination in viewforum for multipage topics */
|
||||
.row .pagination {
|
||||
display: block;
|
||||
margin-top: 0;
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
.row .pagination > ul {
|
||||
|
@@ -280,6 +280,10 @@
|
||||
margin: 5px 0 0;
|
||||
}
|
||||
|
||||
.row .pagination {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.row .pagination .ellipsis + li {
|
||||
display: none !important;
|
||||
}
|
||||
@@ -557,3 +561,21 @@
|
||||
.postbody { width: 70%; }
|
||||
}
|
||||
|
||||
@media (min-width: 701px) and (max-width: 950px) {
|
||||
.row .pagination {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
ul.topiclist dt {
|
||||
margin-right: -410px;
|
||||
}
|
||||
|
||||
ul.topiclist dt .list-inner {
|
||||
margin-right: 410px;
|
||||
}
|
||||
|
||||
dd.posts, dd.topics, dd.views {
|
||||
width: 80px;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user