1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 06:51:33 +02:00

[ticket/11103] subsilver2 overall_header.html

PHPBB3-11103
This commit is contained in:
Nathan Guse
2012-10-14 13:46:15 -05:00
parent 2284a14813
commit c1f8c96bd7
2 changed files with 39 additions and 3 deletions

View File

@@ -1141,3 +1141,19 @@ a.imageset {
padding-right: 18px;
padding-left: 0;
}
#notification_list {
display: none;
position: absolute;
width: 330px;
max-height: 350px;
z-index: 1;
overflow-y: auto;
overflow-x: hidden;
background-color: #FFFFFF;
}
.notification_list img {
max-width: 50px;
max-height: 50px;
}