aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-04-11 10:19:25 -0700
committerCesar G <prototech91@gmail.com>2014-04-15 08:56:34 -0700
commitb9f9c33199773b1ef51a0e20a044a320e1c029ea (patch)
treec3dffab689b0d589a22b83518c906aac81b1ca1b
parent11dd010f84044d8533a5eff387c2b57f62b4298f (diff)
downloadforums-b9f9c33199773b1ef51a0e20a044a320e1c029ea.tar
forums-b9f9c33199773b1ef51a0e20a044a320e1c029ea.tar.gz
forums-b9f9c33199773b1ef51a0e20a044a320e1c029ea.tar.bz2
forums-b9f9c33199773b1ef51a0e20a044a320e1c029ea.tar.xz
forums-b9f9c33199773b1ef51a0e20a044a320e1c029ea.zip
[ticket/12265] Ensure that there's only 4 icons per row in IE & Opera.
PHPBB3-12265
-rw-r--r--phpBB/styles/prosilver/theme/buttons.css4
1 files changed, 4 insertions, 0 deletions
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; }