aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/buttons.css
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-05-22 22:18:05 -0700
committerCesar G <prototech91@gmail.com>2014-05-27 07:17:47 -0700
commit523c374e168c3e4bfda2ad21d63c8991d4cbe122 (patch)
treeff26f2ad6908e5a241a7f3e871f6874d0729d0c4 /phpBB/styles/prosilver/theme/buttons.css
parent7f2c3866ed1ee4826af6eaae2f9b26622a13f59d (diff)
downloadforums-523c374e168c3e4bfda2ad21d63c8991d4cbe122.tar
forums-523c374e168c3e4bfda2ad21d63c8991d4cbe122.tar.gz
forums-523c374e168c3e4bfda2ad21d63c8991d4cbe122.tar.bz2
forums-523c374e168c3e4bfda2ad21d63c8991d4cbe122.tar.xz
forums-523c374e168c3e4bfda2ad21d63c8991d4cbe122.zip
[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
Diffstat (limited to 'phpBB/styles/prosilver/theme/buttons.css')
-rw-r--r--phpBB/styles/prosilver/theme/buttons.css1
1 files changed, 0 insertions, 1 deletions
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 {