mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11956] Make notification, pm and forum index icons clickable
PHPBB3-11956
This commit is contained in:
parent
17a954f454
commit
bf964d9570
1 changed files with 6 additions and 0 deletions
|
@ -103,6 +103,12 @@ ul.linklist.bulletin li.icon-bookmark:before, ul.linklist.bulletin li.icon-bump:
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon-home > span:first-child > a, .icon-notification > a, .icon-pm > a {
|
||||||
|
display: inline-block;
|
||||||
|
margin-left: -17px;
|
||||||
|
padding-left: 17px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Poster profile icons
|
/* Poster profile icons
|
||||||
----------------------------------------*/
|
----------------------------------------*/
|
||||||
ul.profile-icons {
|
ul.profile-icons {
|
||||||
|
|
Loading…
Add table
Reference in a new issue