mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-09 15:50:45 +02:00
[ticket/12613] Don't display page-jump if all pages are visible (6)
PHPBB3-12613
This commit is contained in:
@@ -206,7 +206,11 @@
|
||||
.rtl .pagination {
|
||||
text-align: left;
|
||||
float: left;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.rtl .pagination ul {
|
||||
margin-left: 0;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
/* Pagination in viewforum for multipage topics */
|
||||
@@ -226,6 +230,11 @@
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.pagination li.page-jump {
|
||||
margin-left: 5px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.pagination li.previous a { background-position: -50px 2px; }
|
||||
.pagination li.next a { background-position: -30px 2px; }
|
||||
.pagination li.previous a:hover { background-position: -50px -18px; }
|
||||
|
Reference in New Issue
Block a user