mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11103] Update styling of subsilver2 notification modal
PHPBB3-11103
This commit is contained in:
parent
3ba25289aa
commit
93619c0a4b
2 changed files with 2 additions and 1 deletions
|
@ -175,7 +175,7 @@ function marklist(id, name, state)
|
|||
<!-- IF notifications.URL --><a href="<!-- IF notifications.UNREAD -->{notifications.U_MARK_READ}<!-- ELSE -->{notifications.URL}<!-- ENDIF -->"><!-- ENDIF -->
|
||||
{notifications.FORMATTED_TITLE}
|
||||
<!-- IF notifications.URL --></a><!-- ENDIF -->
|
||||
<br />{notifications.TIME}
|
||||
<br />» {notifications.TIME}
|
||||
<!-- IF not notifications.URL and notifications.UNREAD -->
|
||||
<br /><a href="{notifications.U_MARK_READ}">{L_MARK_READ}</a>
|
||||
<!-- ENDIF -->
|
||||
|
|
|
@ -1147,6 +1147,7 @@ a.imageset {
|
|||
position: absolute;
|
||||
width: 310px;
|
||||
z-index: 1;
|
||||
box-shadow: 3px 3px 5px darkgray;
|
||||
}
|
||||
|
||||
#notification_list .notification_scroll {
|
||||
|
|
Loading…
Add table
Reference in a new issue