summary refs log tree commit diff
path: root/res/templates-vector/mail.css
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2016-05-05 15:54:29 +0100
committerMatthew Hodgson <matthew@matrix.org>2016-05-05 15:54:29 +0100
commit81c2176cbadf7646fc075ca45dea4360ce7b8258 (patch)
tree1452fc8abf3940b3da717e0ef82cad8a8ecfa399 /res/templates-vector/mail.css
parentfix app branding (diff)
downloadsynapse-81c2176cbadf7646fc075ca45dea4360ce7b8258.tar.xz
fix layout; handle app naming in synapse, not jinja
Diffstat (limited to 'res/templates-vector/mail.css')
-rw-r--r--res/templates-vector/mail.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/res/templates-vector/mail.css b/res/templates-vector/mail.css
index 642948fdc1..103c5ff8ca 100644
--- a/res/templates-vector/mail.css
+++ b/res/templates-vector/mail.css
@@ -85,11 +85,14 @@ body {
 .sender_name  {
     margin-left: 75px;
     display: inline;
-    font-weight: bold;
+    font-size: 13px;
+    color: #a2a2a2;
 }
 
 .message_time  {
     float: right;
+    font-size: 11px;
+    color: #a2a2a2;
 }
 
 .message_body {