1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 19:49:54 +02:00

[ticket/12389] Move print topic & email topic icons to topic tools

PHPBB3-12389
This commit is contained in:
PayBas
2014-04-11 19:37:40 +02:00
parent 13a34ce59f
commit 0e842d9958
6 changed files with 8 additions and 40 deletions

View File

@@ -101,27 +101,6 @@
.dropdown-visible .dropdown-select.tools-icon:before,
.nojs .dropdown-container:hover .dropdown-select.tools-icon:before { background-position: -80px -20px; }
/* Sub-header (navigation bar)
--------------------------------------------- */
a.print, a.sendemail {
display: block;
overflow: hidden;
height: 18px;
text-indent: -5000px;
text-align: left;
background-repeat: no-repeat;
}
a.print {
background-image: none;
width: 22px;
}
a.sendemail {
background-image: none;
width: 22px;
}
/* Icon images
---------------------------------------- */
.small-icon {