Make sender name more obviously clickable.

(imported from commit e75a6a051c939dd780d4815385b9c1eef0a07255)
This commit is contained in:
Waseem Daher 2012-11-05 14:44:41 -05:00 committed by Jessica McKellar
parent 87b3d0c581
commit 9e090b2d28
2 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,7 @@
onclick="userinfo_popover(event, this, {{id}});"
onmouseover="show_email({{id}});"
onmouseout="hide_email();">
<span class="sender_name">
{{sender_full_name}}</span>
<a class="sender_name">{{sender_full_name}}</a>
<span class="sender_email invisible">{{sender_email}}</span>
</span>
{{/include_sender}}

View File

@ -164,6 +164,7 @@ td.pointer {
}
.sender_name {
color: black;
font-weight: bold;
}