From f7dcf967316362eaa6ae8167c0655491903e2973 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 16 Nov 2009 15:38:55 -0700 Subject: [PATCH] Tweak mimePartInfo images padding. 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/imp/themes/screen.css b/imp/themes/screen.css index 2f5856f7e..6e4dbee56 100644 --- a/imp/themes/screen.css +++ b/imp/themes/screen.css @@ -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"); } -- 2.11.0