mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11552] Responsive notifications list, pagination
PHPBB3-11552
This commit is contained in:
parent
7e683cb14d
commit
88cbd68d00
1 changed files with 14 additions and 0 deletions
|
@ -156,3 +156,17 @@ ul.topiclist.forums dd.topics dfn, ul.topiclist.topics dd.posts dfn {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Notifications list
|
||||||
|
----------------------------------------*/
|
||||||
|
@media only screen and (max-width: 350px), only screen and (max-device-width: 350px)
|
||||||
|
{
|
||||||
|
#notification_list {
|
||||||
|
width: 250px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Pagination
|
||||||
|
----------------------------------------*/
|
||||||
|
.pagination {
|
||||||
|
margin: 5px 0;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue