diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-09-15 10:15:50 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-09-15 10:15:50 -0500 |
commit | aaf6711b44c8f86d8fc5ca0d29fb95598ddba762 (patch) | |
tree | 174f3e6ba26705fed0b38609edac4be2725b91d1 | |
parent | 7589a3093d95048f5a8cfdc6259501f43fd3fe10 (diff) | |
download | forums-aaf6711b44c8f86d8fc5ca0d29fb95598ddba762.tar forums-aaf6711b44c8f86d8fc5ca0d29fb95598ddba762.tar.gz forums-aaf6711b44c8f86d8fc5ca0d29fb95598ddba762.tar.bz2 forums-aaf6711b44c8f86d8fc5ca0d29fb95598ddba762.tar.xz forums-aaf6711b44c8f86d8fc5ca0d29fb95598ddba762.zip |
[ticket/11103] Some tweaks to the notifications output
PHPBB3-11103
-rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 1805ca6b8a..a702c6fc69 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -133,10 +133,10 @@ <li class="icon-ucp"> <a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="e">{L_PROFILE}</a> <a href="#" title="{L_NOTIFICATIONS}" onClick="$('#notification_list').toggle();">{L_NOTIFICATIONS}</a> - <div id="notification_list" style="display: block; position: absolute; width: 330px; background-color: #FFFFFF; z-index: 1;"> + <div id="notification_list" style="display: none; position: absolute; width: 330px; max-height: 450px; background-color: #FFFFFF; z-index: 1; overflow-y: scroll;"> <ul style="list-style-type: none;"> <!-- BEGIN notifications --> - <li style="padding: 10px; width: 310px;<!-- IF notifications.UNREAD --> background-color: grey;<!-- ENDIF -->"> + <li style="padding: 10px; width: 290px;<!-- IF notifications.UNREAD --> background-color: grey;<!-- ENDIF -->"> <a href="{notifications.URL}" style="text-decoration: none;"> {notifications.AVATAR} <div> |