From d7a5fa3d99414bc2a417eccfd6192fcef2b8bfee Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Thu, 13 Sep 2012 15:35:09 -0400 Subject: [PATCH] Add some padding on email (imported from commit 59746e712cf9a5f75bb9dbf3f9a4257a7667dbab) --- zephyr/static/styles/zephyr.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 87fc22dac5..61727aa580 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -76,6 +76,10 @@ span.zephyr_sender_name { span.zephyr_sender_email { font-size: 80%; + + /* Use padding, not margin, so that there's a continuous + region of 'hover-ability' between fullname and email. */ + padding-left: 5px; } span.zephyr_sender_username {