From a6ff0c8775c7bad925163e51c70f54b516820a4f Mon Sep 17 00:00:00 2001 From: Michael Miday Date: Tue, 1 Sep 2015 22:15:48 +0200 Subject: [PATCH] [ticket/14137] --- phpBB/styles/prosilver/theme/common.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 4fe069b30e..33293edf02 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -1157,6 +1157,11 @@ ul.linklist:after, text-transform: none; } +.dropdown-extended .header .header_settings a { + display: inline-block; + padding: 0 5px; +} + .dropdown-extended .footer { text-align: center; font-size: 1.1em;