aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_notifications.html
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2013-02-14 11:00:59 -0800
committerMatt Friedman <maf675@gmail.com>2013-02-14 11:00:59 -0800
commitfd4e197bde8ae653afd1fb2431f49bfb8ff5053c (patch)
treebee605675b7e67e87dcd37e9336cc8d6932d6b33 /phpBB/styles/prosilver/template/ucp_notifications.html
parent93619c0a4b523878b57055f3574bd59fc789b390 (diff)
downloadforums-fd4e197bde8ae653afd1fb2431f49bfb8ff5053c.tar
forums-fd4e197bde8ae653afd1fb2431f49bfb8ff5053c.tar.gz
forums-fd4e197bde8ae653afd1fb2431f49bfb8ff5053c.tar.bz2
forums-fd4e197bde8ae653afd1fb2431f49bfb8ff5053c.tar.xz
forums-fd4e197bde8ae653afd1fb2431f49bfb8ff5053c.zip
[ticket/11103] Update styling of UCP Notifications in prosilver
PHPBB3-11103
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_notifications.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_notifications.html6
1 files changed, 3 insertions, 3 deletions
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 @@
<dt>
<!-- IF notification_list.URL --><a href="<!-- IF notification_list.UNREAD -->{notification_list.U_MARK_READ}<!-- ELSE -->{notification_list.URL}<!-- ENDIF -->"><!-- ENDIF -->
{notification_list.AVATAR}
- <div>
- <p>{notification_list.FORMATTED_TITLE}</p>
- <p>{notification_list.TIME}</p>
+ <div class="notifications">
+ <p class="notifications_title">{notification_list.FORMATTED_TITLE}</p>
+ <p class="notifications_time">ยป {notification_list.TIME}</p>
<!-- IF not notification_list.URL and notification_list.U_MARK_READ -->
<p><a href="{notification_list.U_MARK_READ}">{L_MARK_READ}</a></p>