From: Michael M Slusarz Date: Mon, 16 Nov 2009 22:38:55 +0000 (-0700) Subject: Tweak mimePartInfo images padding. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f7dcf967316362eaa6ae8167c0655491903e2973;p=horde.git 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. --- 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"); }