From 9e090b2d2869713b56dec55b18bb21b4d33fcc8d Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Mon, 5 Nov 2012 14:44:41 -0500 Subject: [PATCH] Make sender name more obviously clickable. (imported from commit e75a6a051c939dd780d4815385b9c1eef0a07255) --- zephyr/jstemplates/message.html | 3 +-- zephyr/static/styles/zephyr.css | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zephyr/jstemplates/message.html b/zephyr/jstemplates/message.html index 40beba2c3e..208093bd36 100644 --- a/zephyr/jstemplates/message.html +++ b/zephyr/jstemplates/message.html @@ -63,8 +63,7 @@ onclick="userinfo_popover(event, this, {{id}});" onmouseover="show_email({{id}});" onmouseout="hide_email();"> - - {{sender_full_name}} + {{sender_full_name}} {{/include_sender}} diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 71462e197d..6cb334e9a0 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -164,6 +164,7 @@ td.pointer { } .sender_name { + color: black; font-weight: bold; }