From 775dc316b000d67e16e0f45133a24219e1918137 Mon Sep 17 00:00:00 2001 From: PayBas Date: Tue, 24 Jun 2014 17:19:55 +0200 Subject: [ticket/12662] IE8 fixes PHPBB3-12662 --- phpBB/styles/prosilver/theme/common.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/theme') diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 96d965e987..54c6fba340 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -423,7 +423,10 @@ ul.linklist.bulletin > li:before { } ul.linklist.bulletin > li:first-child:before, -ul.linklist.bulletin > li.rightside:last-child:before, +ul.linklist.bulletin > li.rightside:last-child:before { + content: none; +} + ul.linklist.bulletin > li.no-bulletin:before { content: none; } @@ -1141,6 +1144,7 @@ form > p.post-notice strong { max-height: none; max-width: 340px !important; padding: 0; + position: absolute; } .dropdown-extended .header { -- cgit v1.2.1