From 6fa798d9106601c28e6eab418076b2a9c5b81298 Mon Sep 17 00:00:00 2001 From: UTCWebDev Date: Thu, 19 Dec 2013 12:07:20 -0500 Subject: [PATCH] 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. --- css/ink.css | 3 +++ 1 file changed, 3 insertions(+) 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 { -- 2.47.2