aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/buttons.css
diff options
context:
space:
mode:
authorCrizzo <mail@crizzo.de>2014-06-09 22:55:13 +0200
committerCrizzo <mail@crizzo.de>2014-06-09 23:08:21 +0200
commitf7f80a424f15ce0ffb257c4fccf22217012acb41 (patch)
tree91eaae8c828f7634da6c10bcbe745b34aac1471a /phpBB/styles/prosilver/theme/buttons.css
parentb6232aa9b213fbf62f5ce351bc79220daf243cc6 (diff)
downloadforums-f7f80a424f15ce0ffb257c4fccf22217012acb41.tar
forums-f7f80a424f15ce0ffb257c4fccf22217012acb41.tar.gz
forums-f7f80a424f15ce0ffb257c4fccf22217012acb41.tar.bz2
forums-f7f80a424f15ce0ffb257c4fccf22217012acb41.tar.xz
forums-f7f80a424f15ce0ffb257c4fccf22217012acb41.zip
[ticket/12680] Adds alternative text to contact icon in viewtopic.php
PHPBB3-12680
Diffstat (limited to 'phpBB/styles/prosilver/theme/buttons.css')
-rw-r--r--phpBB/styles/prosilver/theme/buttons.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css
index 19cb547bd4..c35ff7922c 100644
--- a/phpBB/styles/prosilver/theme/buttons.css
+++ b/phpBB/styles/prosilver/theme/buttons.css
@@ -133,6 +133,14 @@ ul.linklist.bulletin li.small-icon:before {
clear: left;
}
+.contact-icons span.contact-icon span{
+ display: block;
+ height: 0;
+ overflow: hidden;
+ position: absolute;
+ width: 1px;
+}
+
/* Profile icons */
.pm-icon { background-position: 0 0; }
.email-icon { background-position: -21px 0; }