From d36c736cd102e9d8d3a38a3da91d8f67d614fafa Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Sat, 2 Oct 2010 00:27:22 -0600 Subject: [PATCH] Improved address display in dimp --- imp/themes/dimp/screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/themes/dimp/screen.css b/imp/themes/dimp/screen.css index cd63d1ec3..cef6b991e 100644 --- a/imp/themes/dimp/screen.css +++ b/imp/themes/dimp/screen.css @@ -751,7 +751,6 @@ span.attachmentImg { /* Email Addresses. */ a.address { cursor: pointer; - padding: 2px; position: static; text-decoration: underline; white-space: nowrap; @@ -763,6 +762,7 @@ a.address img { a.address:hover { background: #fff; border: 1px silver solid; + margin: -2px; padding: 1px; text-decoration: none; } -- 2.11.0