diff options
| author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-23 23:17:29 +0300 |
|---|---|---|
| committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-24 18:36:18 +0300 |
| commit | bf964d9570273e9137f7711ec39365c84fc5e001 (patch) | |
| tree | 92133b4b9a9725ce7485a75d7781ce7a013f69dd | |
| parent | 17a954f454f7eddaf2facd7a00114ddbf2ae7490 (diff) | |
| download | forums-bf964d9570273e9137f7711ec39365c84fc5e001.tar forums-bf964d9570273e9137f7711ec39365c84fc5e001.tar.gz forums-bf964d9570273e9137f7711ec39365c84fc5e001.tar.bz2 forums-bf964d9570273e9137f7711ec39365c84fc5e001.tar.xz forums-bf964d9570273e9137f7711ec39365c84fc5e001.zip | |
[ticket/11956] Make notification, pm and forum index icons clickable
PHPBB3-11956
| -rw-r--r-- | phpBB/styles/prosilver/theme/buttons.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index 9992f389e7..85a87b5c50 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -103,6 +103,12 @@ ul.linklist.bulletin li.icon-bookmark:before, ul.linklist.bulletin li.icon-bump: 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 ----------------------------------------*/ ul.profile-icons { |
