[ticket/11103] Update styling of subsilver2 notification modal

PHPBB3-11103
This commit is contained in:
Matt Friedman 2013-02-14 11:00:11 -08:00
parent 3ba25289aa
commit 93619c0a4b
2 changed files with 2 additions and 1 deletions

View file

@ -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 -->

View file

@ -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 {