1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-02 04:42:37 +02:00

[ticket/12010] Make the navbar icons clickable.

PHPBB3-12010
This commit is contained in:
Cesar G
2013-11-08 17:38:06 -08:00
parent 082a467cc8
commit 069cd4a195
6 changed files with 35 additions and 26 deletions

View File

@@ -90,23 +90,19 @@ a.sendemail {
/* Icon images
---------------------------------------- */
.sitehome, .icon-faq, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout,
.icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe, .icon-pages, .icon-search, .icon-notification, .icon-pm {
.small-icon {
background-position: 0 50%;
background-repeat: no-repeat;
background-image: none;
padding: 1px 0 0 17px;
}
ul.linklist.bulletin li.icon-home:before, ul.linklist.bulletin li.icon-ucp:before, ul.linklist.bulletin li.icon-notification:before, ul.linklist.bulletin li.icon-pm:before,
ul.linklist.bulletin li.icon-bookmark:before, ul.linklist.bulletin li.icon-bump:before, ul.linklist.bulletin li.icon-subscribe:before, ul.linklist.bulletin li.icon-unsubscribe:before {
display: none;
ul.linklist li.small-icon {
padding-left: 0;
}
.icon-home > span:first-child > a, .icon-notification > a, .icon-pm > a {
display: inline-block;
margin-left: -17px;
padding-left: 17px;
ul.linklist.bulletin li.small-icon:before {
display: none;
}
/* Poster profile icons