diff options
author | Matt Friedman <maf675@gmail.com> | 2012-12-27 22:37:39 -0800 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-01-15 00:57:18 -0600 |
commit | 44fcec520f785d18d3cd3b19e26db977f23b844c (patch) | |
tree | 8ec02f4dc713eb9347c4d40e57f7e20e2474ee99 | |
parent | ce1fca2332679def5884d82164037bedc7dc86ee (diff) | |
download | forums-44fcec520f785d18d3cd3b19e26db977f23b844c.tar forums-44fcec520f785d18d3cd3b19e26db977f23b844c.tar.gz forums-44fcec520f785d18d3cd3b19e26db977f23b844c.tar.bz2 forums-44fcec520f785d18d3cd3b19e26db977f23b844c.tar.xz forums-44fcec520f785d18d3cd3b19e26db977f23b844c.zip |
[ticket/11103] CSS fixes to address text inside notifications drop down.
PHPBB3-11103
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 5 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/theme/stylesheet.css | 2 |
2 files changed, 1 insertions, 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 { |