From: UTCWebDev Date: Thu, 19 Dec 2013 17:07:20 +0000 (-0500) Subject: expand .button a to fill width of parent X-Git-Tag: v2.0.0-rc.1~175^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F43%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-emails.git expand .button a to fill width of parent .button a is confusing because only the text is linked, though the full table has hover effect. This is confusing because the the user sees the hover change or clicks somewhere on the button, but there is no active/clickable link unless the cursor is over the linked text. --- diff --git a/css/ink.css b/css/ink.css index c61ed043..9ee74631 100644 --- a/css/ink.css +++ b/css/ink.css @@ -448,6 +448,9 @@ table.large-button td a { font-family: Helvetica, Arial, sans-serif; color: #ffffff; font-size: 16px; + display: block; + height: 100%; + width: 100%; } table.tiny-button td a {