Improved address display in dimp
authorMichael M Slusarz <slusarz@curecanti.org>
Sat, 2 Oct 2010 06:27:22 +0000 (00:27 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Sat, 2 Oct 2010 07:48:28 +0000 (01:48 -0600)
imp/themes/dimp/screen.css

index cd63d1e..cef6b99 100644 (file)
@@ -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;
 }