From a19660ad4ca5ddd3fb0825668b5265871f5661b7 Mon Sep 17 00:00:00 2001 From: Michael Miday Date: Mon, 28 Sep 2015 17:54:26 +0200 Subject: [PATCH 1/2] [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; } From 7806a2f1fd15b28df3118c6fa4540276dd80435c Mon Sep 17 00:00:00 2001 From: Michael Miday Date: Mon, 28 Sep 2015 17:55:27 +0200 Subject: [PATCH 2/2] [ticket/14206]Fix button UI PHPBB3-14206 --- phpBB/styles/prosilver/template/jumpbox.html | 2 +- phpBB/styles/prosilver/theme/colours.css | 17 ----------------- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/phpBB/styles/prosilver/template/jumpbox.html b/phpBB/styles/prosilver/template/jumpbox.html index f76c8e82f5..48325b5dbf 100644 --- a/phpBB/styles/prosilver/template/jumpbox.html +++ b/phpBB/styles/prosilver/template/jumpbox.html @@ -28,7 +28,7 @@