diff options
Diffstat (limited to 'phpBB/styles')
| -rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 1 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 6 | ||||
| -rw-r--r-- | phpBB/styles/subsilver2/template/overall_header.html | 1 | ||||
| -rw-r--r-- | phpBB/styles/subsilver2/theme/stylesheet.css | 6 |
4 files changed, 14 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 2bf15754d5..e911007aa6 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -143,6 +143,7 @@ <div class="pointer"><div class="pointer_inner"></div></div> <div class="header"> {L_NOTIFICATIONS} + <span class="header_settings"><a href="{U_NOTIFICATION_SETTINGS}">{L_SETTINGS}</a></span> </div> <ul> diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 6c78195457..3eb09492d5 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -713,6 +713,12 @@ p.rules a { border-radius: 5px 5px 0 0; } +#notification_list > .header > .header_settings { + float: right; + font-weight: normal; + text-transform: none; +} + #notification_list > .footer { text-align: center; font-size: 1.2em; 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; |
