From: Mark Beech Date: Wed, 11 Mar 2015 20:50:21 +0000 (+0000) Subject: Better button layouts in Outlook 20** X-Git-Tag: v2.0.0~2^2~21^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F127%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Better button layouts in Outlook 20** In a number of versions of Outlook, button padding is really message up. The text drops towards the bottom of the button. --- diff --git a/css/ink.css b/css/ink.css index 92b14dc8..692b4809 100644 --- a/css/ink.css +++ b/css/ink.css @@ -437,22 +437,23 @@ table.large-button td { border: 1px solid #2284a1; color: #ffffff; padding: 8px 0; + line-height: initial !important; } table.tiny-button td { - padding: 5px 0 4px; + padding: 5px 0; } table.small-button td { - padding: 8px 0 7px; + padding: 8px 0; } table.medium-button td { - padding: 12px 0 10px; + padding: 12px 0; } table.large-button td { - padding: 21px 0 18px; + padding: 21px 0; } table.button td a,