mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02:00
[ticket/11103] Update styling of subsilver2 notification modal
PHPBB3-11103
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user