mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +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 -->
|
<!-- IF notifications.URL --><a href="<!-- IF notifications.UNREAD -->{notifications.U_MARK_READ}<!-- ELSE -->{notifications.URL}<!-- ENDIF -->"><!-- ENDIF -->
|
||||||
{notifications.FORMATTED_TITLE}
|
{notifications.FORMATTED_TITLE}
|
||||||
<!-- IF notifications.URL --></a><!-- ENDIF -->
|
<!-- IF notifications.URL --></a><!-- ENDIF -->
|
||||||
<br />{notifications.TIME}
|
<br />» {notifications.TIME}
|
||||||
<!-- IF not notifications.URL and notifications.UNREAD -->
|
<!-- IF not notifications.URL and notifications.UNREAD -->
|
||||||
<br /><a href="{notifications.U_MARK_READ}">{L_MARK_READ}</a>
|
<br /><a href="{notifications.U_MARK_READ}">{L_MARK_READ}</a>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
|
@ -1147,6 +1147,7 @@ a.imageset {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 310px;
|
width: 310px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
box-shadow: 3px 3px 5px darkgray;
|
||||||
}
|
}
|
||||||
|
|
||||||
#notification_list .notification_scroll {
|
#notification_list .notification_scroll {
|
||||||
|
|
Loading…
Add table
Reference in a new issue