aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-09-15 12:44:24 +0300
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-10-17 21:11:38 +0300
commit88cbd68d0029d92e060756a7f78cc79d8958e30e (patch)
tree0a65928b035c375be871966f0acfb813cecd09ee
parent7e683cb14db915dc94b63d76a82934987357febe (diff)
downloadforums-88cbd68d0029d92e060756a7f78cc79d8958e30e.tar
forums-88cbd68d0029d92e060756a7f78cc79d8958e30e.tar.gz
forums-88cbd68d0029d92e060756a7f78cc79d8958e30e.tar.bz2
forums-88cbd68d0029d92e060756a7f78cc79d8958e30e.tar.xz
forums-88cbd68d0029d92e060756a7f78cc79d8958e30e.zip
[ticket/11552] Responsive notifications list, pagination
PHPBB3-11552
-rw-r--r--phpBB/styles/prosilver/theme/responsive.css14
1 files changed, 14 insertions, 0 deletions
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