From 9f0b0d901769e96d35b4d781070be8825a9ba0f3 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 19 Oct 2013 12:17:38 +0300 Subject: [PATCH] [ticket/11552] Fixes for notifications list PHPBB3-11552 --- phpBB/styles/prosilver/theme/common.css | 5 ----- phpBB/styles/prosilver/theme/responsive.css | 4 ++++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 50e8f36c80..2ac4e4467a 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -874,11 +874,6 @@ form > p.post-notice strong { .notification_list ul li p { margin: 0; - word-wrap: break-word; -} - -.notification_list ul.topiclist dt { - width: 88%; } .notification_list .pointer, .notification_list .pointer_inner { diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css index cf72686abf..4134b2eb95 100644 --- a/phpBB/styles/prosilver/theme/responsive.css +++ b/phpBB/styles/prosilver/theme/responsive.css @@ -367,6 +367,10 @@ p.rightside { float: none; } +.topic-actions { + overflow: hidden; +} + @media only screen and (max-width: 500px), only screen and (max-device-width: 500px) { p.responsive-center {