mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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:
parent
76bfd138c9
commit
02cf80da9d
2 changed files with 7 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue