From def39a670b65a8075ed46afa4956d1d61193a408 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Thu, 29 May 2014 12:09:17 -0700 Subject: [PATCH] [ticket/12553] Fix alignment of contact icon. PHPBB3-12553 --- phpBB/styles/prosilver/theme/content.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 8c1c2c3926..dfc36fc2a4 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -751,14 +751,16 @@ dd.profile-contact { .profile-contact .dropdown-container { display: inline-block; - text-align: left; - width: 30px; } .profile-contact .icon_contact { vertical-align: middle; } +.profile-contact .dropdown { + margin-right: -14px; +} + .online { background-image: none; background-position: 100% 0;