From a19660ad4ca5ddd3fb0825668b5265871f5661b7 Mon Sep 17 00:00:00 2001 From: Michael Miday Date: Mon, 28 Sep 2015 17:54:26 +0200 Subject: [PATCH] [ticket/14206]Fix arrow placement PHPBB3-14206 --- phpBB/styles/prosilver/theme/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 78321878c2..169065a882 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -441,12 +441,12 @@ ul.linklist.bulletin > li.no-bulletin:before { .dropdown .pointer { right: auto; left: 10px; - top: 0; + top: -1px; z-index: 3; } .dropdown-up .pointer { - bottom: 0; + bottom: -1px; top: auto; }