From cc884be593ecd155da6d42064624ddf55b98cd81 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Wed, 16 Oct 2013 17:21:22 -0700 Subject: [ticket/11936] Fix Avatar overflow issue in Notification window PHPBB3-11936 --- phpBB/styles/prosilver/template/overall_header.html | 2 +- phpBB/styles/prosilver/theme/common.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index f2f47332d7..d9c5df73ac 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -116,7 +116,7 @@
  • {notifications.AVATAR} -
    +

    {notifications.FORMATTED_TITLE}

    » {notifications.TIME}

    diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 4dbcc6f455..b23c6aa8b7 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -836,3 +836,8 @@ form > p.post-notice strong { font-size: 11px; } +.notification_text:after { + content: ''; + clear: both; + display: block; +} -- cgit v1.2.1 From b7f1f3d38f4ef7f1b39ffa6e16e0cec88f719320 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Wed, 16 Oct 2013 17:22:02 -0700 Subject: [ticket/11936] Restyle the notification text (no underline/decoration) PHPBB3-11936 --- phpBB/styles/prosilver/theme/common.css | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index b23c6aa8b7..4a28635cde 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -782,6 +782,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 { -- cgit v1.2.1 From 25f287a9916017b39eaa2428e73c57ce2a6298a5 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Wed, 16 Oct 2013 17:23:25 -0700 Subject: [ticket/11936] Use "no_avatar.gif" if needed in Notification window --- phpBB/styles/prosilver/template/overall_header.html | 2 +- phpBB/styles/subsilver2/template/overall_header.html | 12 ++++-------- 2 files changed, 5 insertions(+), 9 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index d9c5df73ac..25a54dd427 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -115,7 +115,7 @@
  • - {notifications.AVATAR} + {notifications.AVATAR}

    {notifications.FORMATTED_TITLE}

    » {notifications.TIME}

    diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html index 52c0c3ff90..ccca249e0c 100644 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ b/phpBB/styles/subsilver2/template/overall_header.html @@ -163,14 +163,10 @@ function marklist(id, name, state) - - - + - - - +
    - {notifications.AVATAR} - - - - + + {notifications.AVATAR} +
    - {notification_list.AVATAR} - - - - + + {notification_list.AVATAR} + {notification_list.FORMATTED_TITLE} -- cgit v1.2.1 From 1f2714e6958b07de22fc0a0055e4e9858b48f029 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Wed, 16 Oct 2013 18:02:18 -0700 Subject: [ticket/11936] Remove "px" from html syntax PHPBB3-11936 --- phpBB/styles/subsilver2/template/overall_header.html | 4 ++-- phpBB/styles/subsilver2/template/ucp_notifications.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html index ccca249e0c..a82a640447 100644 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ b/phpBB/styles/subsilver2/template/overall_header.html @@ -160,10 +160,10 @@ function marklist(id, name, state)
    - +
    - -
    + {notifications.AVATAR} diff --git a/phpBB/styles/subsilver2/template/ucp_notifications.html b/phpBB/styles/subsilver2/template/ucp_notifications.html index 6989a84b24..361012dd7f 100644 --- a/phpBB/styles/subsilver2/template/ucp_notifications.html +++ b/phpBB/styles/subsilver2/template/ucp_notifications.html @@ -86,7 +86,7 @@
    + {notification_list.AVATAR} -- cgit v1.2.1 From 59e175906ebc5e0b17dd8c3a99a0f7f1ff3cfa68 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 18 Oct 2013 10:28:41 -0700 Subject: [ticket/11936] Update no avatar image in Prosilver/Subsilver2 PHPBB3-11936 --- phpBB/styles/prosilver/theme/images/no_avatar.gif | Bin 474 -> 908 bytes phpBB/styles/subsilver2/theme/images/no_avatar.gif | Bin 474 -> 908 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/theme/images/no_avatar.gif b/phpBB/styles/prosilver/theme/images/no_avatar.gif index 80539c8c71..4fae5cb28e 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/theme/images/no_avatar.gif b/phpBB/styles/subsilver2/theme/images/no_avatar.gif index 80539c8c71..4fae5cb28e 100644 Binary files a/phpBB/styles/subsilver2/theme/images/no_avatar.gif and b/phpBB/styles/subsilver2/theme/images/no_avatar.gif differ -- cgit v1.2.1 From 613fa709481273eda8fe8db0431f2f1f7cf4dc75 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 18 Oct 2013 20:04:01 -0700 Subject: [ticket/11936] Make UCP Notifications page look even better Make only the Notification Title/Text the href link. Use a font family and size consistent with rest of phpBB. Make Notification date smaller too. PHPBB3-11936 --- .../prosilver/template/ucp_notifications.html | 23 +++++++++++----------- phpBB/styles/prosilver/theme/common.css | 4 +++- .../subsilver2/template/ucp_notifications.html | 2 +- 3 files changed, 15 insertions(+), 14 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/ucp_notifications.html b/phpBB/styles/prosilver/template/ucp_notifications.html index a5e8941edb..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 4a28635cde..cc91b4bd26 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -830,11 +830,13 @@ 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 { diff --git a/phpBB/styles/subsilver2/template/ucp_notifications.html b/phpBB/styles/subsilver2/template/ucp_notifications.html index 361012dd7f..a8b0d2b896 100644 --- a/phpBB/styles/subsilver2/template/ucp_notifications.html +++ b/phpBB/styles/subsilver2/template/ucp_notifications.html @@ -94,7 +94,7 @@ {notification_list.FORMATTED_TITLE}
    - » {notification_list.TIME} + {notification_list.TIME}
  • -- cgit v1.2.1 From 67c4dbf682eeaaa1db0346e8cbef5963fdf8aa6d Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 18 Oct 2013 20:19:39 -0700 Subject: [ticket/11936] Update the PM Notification Icon --- phpBB/styles/prosilver/theme/images/icon_pm.gif | Bin 576 -> 576 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'phpBB/styles') 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 -- cgit v1.2.1 From 802d2add974ba75840cfc3c3a9ad1677c381de42 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 18 Oct 2013 23:15:18 -0700 Subject: [ticket/11936] Replace Notifications icon with a custom bell design PHPBB3-11936 --- .../styles/prosilver/theme/images/icon_notification.gif | Bin 614 -> 563 bytes .../subsilver2/theme/images/icon_mini_notification.gif | Bin 321 -> 543 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/theme/images/icon_notification.gif b/phpBB/styles/prosilver/theme/images/icon_notification.gif index 0eca47843d..dcd120a93b 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/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 -- cgit v1.2.1 From cc4219159831b38232064bb63cb6c9a7ff851dc4 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 18 Oct 2013 23:31:18 -0700 Subject: [ticket/11936] Additional Notification Bell Icon improvement PHPBB3-11936 --- .../styles/prosilver/theme/images/icon_notification.gif | Bin 563 -> 551 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/theme/images/icon_notification.gif b/phpBB/styles/prosilver/theme/images/icon_notification.gif index dcd120a93b..11092f4dce 100644 Binary files a/phpBB/styles/prosilver/theme/images/icon_notification.gif and b/phpBB/styles/prosilver/theme/images/icon_notification.gif differ -- cgit v1.2.1 From b9358e75bf0813bf44a26960b6fc5b51a5fb2411 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sun, 20 Oct 2013 14:53:44 -0700 Subject: [ticket/11936] Update color scheme of new no_avatar.gif PHPBB3-11936 --- phpBB/styles/prosilver/theme/images/no_avatar.gif | Bin 908 -> 930 bytes phpBB/styles/subsilver2/theme/images/no_avatar.gif | Bin 908 -> 930 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/theme/images/no_avatar.gif b/phpBB/styles/prosilver/theme/images/no_avatar.gif index 4fae5cb28e..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/theme/images/no_avatar.gif b/phpBB/styles/subsilver2/theme/images/no_avatar.gif index 4fae5cb28e..ad73330e71 100644 Binary files a/phpBB/styles/subsilver2/theme/images/no_avatar.gif and b/phpBB/styles/subsilver2/theme/images/no_avatar.gif differ -- cgit v1.2.1