aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-06-10 10:18:57 -0700
committerCesar G <prototech91@gmail.com>2014-07-04 00:56:28 -0700
commite7b9013dba5fede1be0e38698d8b198fb7bcf4e1 (patch)
treeeb94ee62c412947ef97cea8059a20c10fc774f30 /phpBB/styles/prosilver/theme
parent76cd9ec953c2f43d755bb8cdd38d32bbb447fc96 (diff)
downloadforums-e7b9013dba5fede1be0e38698d8b198fb7bcf4e1.tar
forums-e7b9013dba5fede1be0e38698d8b198fb7bcf4e1.tar.gz
forums-e7b9013dba5fede1be0e38698d8b198fb7bcf4e1.tar.bz2
forums-e7b9013dba5fede1be0e38698d8b198fb7bcf4e1.tar.xz
forums-e7b9013dba5fede1be0e38698d8b198fb7bcf4e1.zip
[ticket/12013] Add moderator tools icon.
PHPBB3-12013
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r--phpBB/styles/prosilver/theme/buttons.css10
-rw-r--r--phpBB/styles/prosilver/theme/images/icons_button.pngbin5690 -> 6478 bytes
2 files changed, 9 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css
index 6281b6f06a..4fbec07c32 100644
--- a/phpBB/styles/prosilver/theme/buttons.css
+++ b/phpBB/styles/prosilver/theme/buttons.css
@@ -77,7 +77,11 @@
.forwardpm-icon:before { background-position: -40px 0; }
.forwardpm-icon:hover:before { background-position: -40px -20px; }
-.tools-icon:before {
+.modtools-icon {
+ font-size: 0;
+}
+
+.tools-icon:before, .modtools-icon:before {
background-position: -80px 0;
height: 16px;
margin-top: 2px;
@@ -87,6 +91,10 @@
.dropdown-visible .tools-icon:before,
.nojs .dropdown-container:hover .tools-icon:before { background-position: -80px -20px; }
+.modtools-icon:before { background-position: -225px 0; }
+.dropdown-visible .modtools-icon:before,
+.nojs .dropdown-container:hover .modtools-icon:before { background-position: -225px -20px; }
+
/* Icon images
---------------------------------------- */
.small-icon {
diff --git a/phpBB/styles/prosilver/theme/images/icons_button.png b/phpBB/styles/prosilver/theme/images/icons_button.png
index a45a0cc2ba..da9ae6f1b4 100644
--- a/phpBB/styles/prosilver/theme/images/icons_button.png
+++ b/phpBB/styles/prosilver/theme/images/icons_button.png
Binary files differ