diff --git a/phpBB/styles/prosilver/template/ucp_notifications.html b/phpBB/styles/prosilver/template/ucp_notifications.html index 558bff7349..95e026ae0e 100644 --- a/phpBB/styles/prosilver/template/ucp_notifications.html +++ b/phpBB/styles/prosilver/template/ucp_notifications.html @@ -83,9 +83,9 @@
{notification_list.AVATAR} -
-

{notification_list.FORMATTED_TITLE}

-

{notification_list.TIME}

+
+

{notification_list.FORMATTED_TITLE}

+

ยป {notification_list.TIME}

{L_MARK_READ}

diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 970c1bffba..0685322b7f 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -765,3 +765,15 @@ p.rules a { bottom: -11px; left: -10px; } + +.notification_list div.notifications { + padding: 5px; +} + +.notification_list p.notifications_title { + font-weight: bold; +} + +.notification_list p.notifications_time { + font-size: 11px; +} \ No newline at end of file