aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-02-15 16:02:33 -0600
committerNathan Guse <nathaniel.guse@gmail.com>2013-02-15 16:02:33 -0600
commit7ad577a86afa379d67812ed184b7a59a32c64e9e (patch)
treed8733254bcee69057c852d904b8b4876e18e6d79 /phpBB/styles/subsilver2
parentcdc766c90f800af01e7d21b3d7bf3d017479cf73 (diff)
downloadforums-7ad577a86afa379d67812ed184b7a59a32c64e9e.tar
forums-7ad577a86afa379d67812ed184b7a59a32c64e9e.tar.gz
forums-7ad577a86afa379d67812ed184b7a59a32c64e9e.tar.bz2
forums-7ad577a86afa379d67812ed184b7a59a32c64e9e.tar.xz
forums-7ad577a86afa379d67812ed184b7a59a32c64e9e.zip
[ticket/11103] Add Notification Settings link in flyout menu
PHPBB3-11103
Diffstat (limited to 'phpBB/styles/subsilver2')
-rw-r--r--phpBB/styles/subsilver2/template/overall_header.html1
-rw-r--r--phpBB/styles/subsilver2/theme/stylesheet.css6
2 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html
index 071b588fe5..0a2c5aed96 100644
--- a/phpBB/styles/subsilver2/template/overall_header.html
+++ b/phpBB/styles/subsilver2/template/overall_header.html
@@ -157,6 +157,7 @@ function marklist(id, name, state)
<div id="notification_list" class="notification_list">
<div class="row1 header">
{L_NOTIFICATIONS}
+ <span class="header_settings"><a href="{U_NOTIFICATION_SETTINGS}">{L_SETTINGS}</a></span>
</div>
<div class="notification_scroll">
diff --git a/phpBB/styles/subsilver2/theme/stylesheet.css b/phpBB/styles/subsilver2/theme/stylesheet.css
index 0f8f9f0367..a78a84ab63 100644
--- a/phpBB/styles/subsilver2/theme/stylesheet.css
+++ b/phpBB/styles/subsilver2/theme/stylesheet.css
@@ -1167,6 +1167,12 @@ a.imageset {
border-bottom: 0;
}
+#notification_list > .header > .header_settings {
+ float: right;
+ font-weight: normal;
+ text-transform: none;
+}
+
#notification_list .footer {
width: 300px;
text-align: center;