mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 02:51:35 +02:00
[ticket/11956] Wider pagination links on mobile devices
Wider pagination links on mobile devices. Also fixes typo in pagination selector. PHPBB3-11956
This commit is contained in:
@@ -665,7 +665,7 @@ li.pagination ul {
|
|||||||
line-height: normal;
|
line-height: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination li a, .pagnation li span, li .pagination li a, li .pagnation li span, .pagination li.active span, .pagination li.ellipsis span {
|
.pagination li a, .pagnation li span, li .pagination li a, li .pagination li span, .pagination li.active span, .pagination li.ellipsis span {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding: 0 2px;
|
padding: 0 2px;
|
||||||
|
@@ -193,6 +193,12 @@ li.row .responsive-show strong {
|
|||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pagination li a, .pagination li span {
|
||||||
|
min-width: 10px;
|
||||||
|
display: inline-block;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
/* Responsive tables
|
/* Responsive tables
|
||||||
----------------------------------------*/
|
----------------------------------------*/
|
||||||
table.responsive, table.responsive tbody, table.responsive tr, table.responsive td {
|
table.responsive, table.responsive tbody, table.responsive tr, table.responsive td {
|
||||||
|
Reference in New Issue
Block a user