diff --git a/phpBB/adm/images/no_avatar.gif b/phpBB/adm/images/no_avatar.gif index 80539c8c71..ad73330e71 100644 Binary files a/phpBB/adm/images/no_avatar.gif and b/phpBB/adm/images/no_avatar.gif differ diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 4b86cde10f..6ab0b3d553 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -118,8 +118,8 @@
{notifications.FORMATTED_TITLE}
» {notifications.TIME}
diff --git a/phpBB/styles/prosilver/template/ucp_notifications.html b/phpBB/styles/prosilver/template/ucp_notifications.html index f71b7aaf56..0392b87715 100644 --- a/phpBB/styles/prosilver/template/ucp_notifications.html +++ b/phpBB/styles/prosilver/template/ucp_notifications.html @@ -68,18 +68,17 @@- {notifications.AVATAR} - | -- - | - + |
+ {notifications.AVATAR}![]() |
+ |||
- {notification_list.AVATAR} - | -- - | - + |
+ {notification_list.AVATAR}![]() |
+
{notification_list.FORMATTED_TITLE}
- » {notification_list.TIME} + {notification_list.TIME} |
diff --git a/phpBB/styles/subsilver2/theme/images/icon_mini_notification.gif b/phpBB/styles/subsilver2/theme/images/icon_mini_notification.gif index 8ff818325a..f165d3cb27 100644 Binary files a/phpBB/styles/subsilver2/theme/images/icon_mini_notification.gif and b/phpBB/styles/subsilver2/theme/images/icon_mini_notification.gif differ diff --git a/phpBB/styles/subsilver2/theme/images/no_avatar.gif b/phpBB/styles/subsilver2/theme/images/no_avatar.gif index 80539c8c71..ad73330e71 100644 Binary files a/phpBB/styles/subsilver2/theme/images/no_avatar.gif and b/phpBB/styles/subsilver2/theme/images/no_avatar.gif differ |