From 44fcec520f785d18d3cd3b19e26db977f23b844c Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Thu, 27 Dec 2012 22:37:39 -0800 Subject: [PATCH] [ticket/11103] CSS fixes to address text inside notifications drop down. PHPBB3-11103 --- phpBB/styles/prosilver/theme/common.css | 5 ----- phpBB/styles/subsilver2/theme/stylesheet.css | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 7f9431770a..aa1a64455f 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -727,11 +727,6 @@ p.rules a { margin-right: 5px; } -#notification_list ul li div { - width: 240px; - float: left; -} - .notification_list ul li p { margin: 0; word-wrap: break-word; diff --git a/phpBB/styles/subsilver2/theme/stylesheet.css b/phpBB/styles/subsilver2/theme/stylesheet.css index c411edd367..0f8f9f0367 100644 --- a/phpBB/styles/subsilver2/theme/stylesheet.css +++ b/phpBB/styles/subsilver2/theme/stylesheet.css @@ -1156,7 +1156,7 @@ a.imageset { } #notification_list .notification_title { - width: 240px; + padding: 5px; } #notification_list .header {