]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
expand .button a to fill width of parent 43/head
authorUTCWebDev <Chris-Gilligan@mocs.utc.edu>
Thu, 19 Dec 2013 17:07:20 +0000 (12:07 -0500)
committerUTCWebDev <Chris-Gilligan@mocs.utc.edu>
Thu, 19 Dec 2013 17:07:20 +0000 (12:07 -0500)
.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

index c61ed043f21c962755bcde4c787b1a843fdf24e9..9ee7463104b4dd08defa10a0bad2e42d6abaf9fe 100644 (file)
@@ -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 {