From b9f9c33199773b1ef51a0e20a044a320e1c029ea Mon Sep 17 00:00:00 2001 From: Cesar G Date: Fri, 11 Apr 2014 10:19:25 -0700 Subject: [PATCH] [ticket/12265] Ensure that there's only 4 icons per row in IE & Opera. PHPBB3-12265 --- phpBB/styles/prosilver/theme/buttons.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index 4a243392ee..b5c44d00de 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -262,6 +262,10 @@ ul.profile-icons.responsive a.responsive-menu-link:before { border-bottom: none; } +.contact-icons div { + clear: left; +} + /* Profile & navigation icons */ .pm-icon { background-position: 0 0; }