Tweak mimePartInfo images padding.
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 16 Nov 2009 22:38:55 +0000 (15:38 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 17 Nov 2009 19:17:01 +0000 (12:17 -0700)
Use margin instead of padding - since these images are clickable, the
active outline will better conform to the shape of the image.

imp/themes/screen.css

index 2f5856f..6e4dbee 100644 (file)
@@ -596,9 +596,11 @@ div.mimeStatusMessage, div.mimePartInfo {
     background-color: transparent;
     background-position: center right;
     background-repeat: no-repeat;
-    padding: 0 1px;
     vertical-align: bottom;
 }
+.downloadAtc, .downloadZipAtc, .saveImgAtc {
+    margin-left: 1px;
+}
 .downloadAtc, .saveAsImg {
     background-image: url("graphics/download.png");
 }