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:
@@ -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
|
||||
|
Reference in New Issue
Block a user