aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-05-20 10:13:03 +0300
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-05-20 10:13:03 +0300
commit9954657712a327712af922609482a0975d8406ba (patch)
tree724baa7471c4914afee2764c49bc463c77c308c6 /phpBB/styles
parentac122cbb4e213727b30f800ce8e4f5991ff9119c (diff)
downloadforums-9954657712a327712af922609482a0975d8406ba.tar
forums-9954657712a327712af922609482a0975d8406ba.tar.gz
forums-9954657712a327712af922609482a0975d8406ba.tar.bz2
forums-9954657712a327712af922609482a0975d8406ba.tar.xz
forums-9954657712a327712af922609482a0975d8406ba.zip
[ticket/11558] Adjustments for notification link
PHPBB3-11558
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/overall_header.html4
-rw-r--r--phpBB/styles/prosilver/theme/buttons.css9
-rw-r--r--phpBB/styles/prosilver/theme/colours.css4
3 files changed, 5 insertions, 12 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index af7cfab39e..f56d11e554 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -137,8 +137,8 @@
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
<ul class="linklist leftside">
<!-- IF S_NOTIFICATIONS_DISPLAY -->
- <li>
- <a href="{U_VIEW_ALL_NOTIFICATIONS}" id="notification_list_button">{NOTIFICATIONS_COUNT}</a> &bull;
+ <li class="icon-notification">
+ <a href="{U_VIEW_ALL_NOTIFICATIONS}" id="notification_list_button">{NOTIFICATIONS_COUNT}</a>
<div id="notification_list" class="notification_list">
<div class="pointer"><div class="pointer_inner"></div></div>
<div class="header">
diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css
index c18ddb652c..09021c771f 100644
--- a/phpBB/styles/prosilver/theme/buttons.css
+++ b/phpBB/styles/prosilver/theme/buttons.css
@@ -97,20 +97,17 @@ a.sendemail {
padding: 1px 0 0 17px;
}
-#notification_list_button:before, #notification_list_button:after {
+.icon-notification:before, .icon-notification:after {
display: inline;
font: inherit;
- text-decoration: none;
}
-#notification_list_button:before {
+.icon-notification:before {
content: '[';
- padding-right: 4px;
}
-#notification_list_button:after {
+.icon-notification:after {
content: ']';
- padding-left: 4px;
}
/* Poster profile icons
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css
index 8b717399d2..baff88d6b7 100644
--- a/phpBB/styles/prosilver/theme/colours.css
+++ b/phpBB/styles/prosilver/theme/colours.css
@@ -684,10 +684,6 @@ a.sendemail {
background-image: url("images/buttons.png");
}
-#notification_list_button:before, #notification_list_button:after {
- color: #536482;
-}
-
/* Icon images
---------------------------------------- */
.sitehome { background-image: url("./images/icon_home.gif"); }