From: Michael M Slusarz Date: Sat, 2 Oct 2010 06:27:22 +0000 (-0600) Subject: Improved address display in dimp X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d36c736cd102e9d8d3a38a3da91d8f67d614fafa;p=horde.git Improved address display in dimp --- 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; }