aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/en/stylesheet.css
diff options
context:
space:
mode:
authorneufke <neufke@gmail.com>2014-02-04 20:29:28 +0100
committerCesar G <prototech91@gmail.com>2014-05-27 07:17:46 -0700
commitaeb78030171d1076ef5e523f1021dffa0ecd368a (patch)
tree87a55879145fe32c5aa15a5b4171bd5a57710aa1 /phpBB/styles/prosilver/theme/en/stylesheet.css
parentbca34bd3bb8272fa475aa7dcf7bf6b714ab2b39d (diff)
downloadforums-aeb78030171d1076ef5e523f1021dffa0ecd368a.tar
forums-aeb78030171d1076ef5e523f1021dffa0ecd368a.tar.gz
forums-aeb78030171d1076ef5e523f1021dffa0ecd368a.tar.bz2
forums-aeb78030171d1076ef5e523f1021dffa0ecd368a.tar.xz
forums-aeb78030171d1076ef5e523f1021dffa0ecd368a.zip
[ticket/12155] CSS-ing of the mini post buttons
Created a css version of the mini post buttons with the use of language vars and no fixed width of height. PHPBB3-12155
Diffstat (limited to 'phpBB/styles/prosilver/theme/en/stylesheet.css')
-rw-r--r--phpBB/styles/prosilver/theme/en/stylesheet.css5
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/styles/prosilver/theme/en/stylesheet.css b/phpBB/styles/prosilver/theme/en/stylesheet.css
index d8ca2558e5..4ddf271cfd 100644
--- a/phpBB/styles/prosilver/theme/en/stylesheet.css
+++ b/phpBB/styles/prosilver/theme/en/stylesheet.css
@@ -1,8 +1,3 @@
-/* Set profile icon dimensions */
-ul.profile-icons li.pm-icon { width: 28px; height: 20px; }
-ul.profile-icons li.quote-icon { width: 54px; height: 20px; }
-ul.profile-icons li.edit-icon { width: 42px; height: 20px; }
-
/* Online image */
.online { background-image: url("./icon_user_online.gif"); }