1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11103] Prettify the output for prosilver.

Create a way to mark items read from the output list.

PHPBB3-11103
This commit is contained in:
Nathaniel Guse
2012-09-20 10:36:11 -05:00
parent 661dd09d6f
commit 98731b1277
8 changed files with 104 additions and 32 deletions

View File

@@ -666,6 +666,26 @@ p.rules a {
vertical-align: text-bottom;
}
#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 ul li {
padding: 10px;
width: 310px;
}
#notification_list ul li a {
text-decoration: none;
}
#notification_list ul li img {
float: left;
padding: 0 10px 10px 0;