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.AVATAR} -
    + {notifications.AVATAR} +

    {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 @@
  • -
    diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 92307a501d..2c61ecfdea 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -875,6 +875,7 @@ form > p.post-notice strong { #notification_list ul li a, .notification_list dt > a, #notification_list > .footer > a { display: block; + text-decoration: none; } .notification_list ul li img { @@ -918,11 +919,19 @@ form > p.post-notice strong { } .notification_list p.notifications_title { + font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; + font-size: 13px !important; font-weight: bold; } .notification_list p.notifications_time { - font-size: 11px; + font-size: 11px !important; +} + +.notification_text:after { + content: ''; + clear: both; + display: block; } .compact .icon-notification > a > span, .compact .icon-pm > a > span { @@ -932,4 +941,3 @@ form > p.post-notice strong { .compact .icon-notification > a > strong, .compact .icon-pm > a > strong { padding-left: 2px; } - diff --git a/phpBB/styles/prosilver/theme/images/icon_notification.gif b/phpBB/styles/prosilver/theme/images/icon_notification.gif index 0eca47843d..11092f4dce 100644 Binary files a/phpBB/styles/prosilver/theme/images/icon_notification.gif and b/phpBB/styles/prosilver/theme/images/icon_notification.gif differ diff --git a/phpBB/styles/prosilver/theme/images/icon_pm.gif b/phpBB/styles/prosilver/theme/images/icon_pm.gif index 6d308f37c2..103421a26f 100644 Binary files a/phpBB/styles/prosilver/theme/images/icon_pm.gif and b/phpBB/styles/prosilver/theme/images/icon_pm.gif differ diff --git a/phpBB/styles/prosilver/theme/images/no_avatar.gif b/phpBB/styles/prosilver/theme/images/no_avatar.gif index 80539c8c71..ad73330e71 100644 Binary files a/phpBB/styles/prosilver/theme/images/no_avatar.gif and b/phpBB/styles/prosilver/theme/images/no_avatar.gif differ diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html index 52c0c3ff90..a82a640447 100644 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ b/phpBB/styles/subsilver2/template/overall_header.html @@ -160,17 +160,13 @@ function marklist(id, name, state)
    - +
    - - - + - - - +
    - {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