From 88cbd68d0029d92e060756a7f78cc79d8958e30e Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sun, 15 Sep 2013 12:44:24 +0300 Subject: [PATCH] [ticket/11552] Responsive notifications list, pagination PHPBB3-11552 --- phpBB/styles/prosilver/theme/responsive.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css index 6501b301c8..a6e67ffcdf 100644 --- a/phpBB/styles/prosilver/theme/responsive.css +++ b/phpBB/styles/prosilver/theme/responsive.css @@ -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; +} \ No newline at end of file