[ticket/11552] Responsive notifications list, pagination

PHPBB3-11552
This commit is contained in:
Vjacheslav Trushkin 2013-09-15 12:44:24 +03:00
parent 7e683cb14d
commit 88cbd68d00

View file

@ -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;
}