From 523c374e168c3e4bfda2ad21d63c8991d4cbe122 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Thu, 22 May 2014 22:18:05 -0700 Subject: [PATCH] [ticket/12155] Remove star hack from padding-right property of .button. This was in place for IE7 due to the use of :after for inserting the button icon. IE7 does not support :after, so the hack removed the extra padding that made room for the icon. We no longer use :after for the icon, so this is no longer an issue... not to mention that IE7 is no longer supported. PHPBB3-12155 --- phpBB/styles/prosilver/theme/buttons.css | 1 - 1 file changed, 1 deletion(-) diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index d44a09b800..3cbeb1a6e7 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -20,7 +20,6 @@ text-decoration: none !important; outline-style: none !important; vertical-align: bottom; - *padding-right: 8px; } .icon-button, .dropdown-select {