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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user