aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/styles/prosilver/template/overall_header.html2
-rw-r--r--phpBB/styles/prosilver/theme/common.css4
2 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index 27156dbf15..aff346cac5 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -157,7 +157,7 @@
{notifications.AVATAR}
<div>
<p>{notifications.FORMATTED_TITLE}</p>
- <p>{notifications.TIME}</p>
+ <p class="notification_time">ยป {notifications.TIME}</p>
<!-- IF not notifications.URL and notifications.U_MARK_READ -->
<p><a href="{notifications.U_MARK_READ}">{L_MARK_READ}</a></p>
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 6c78195457..970c1bffba 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -734,6 +734,10 @@ p.rules a {
word-wrap: break-word;
}
+.notification_list ul li p.notification_time {
+ padding-top: 8px;
+}
+
.notification_list ul.topiclist dt {
width: 88%;
}