]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Better button layouts in Outlook 20** 127/head
authorMark Beech <mbeech@mark-beech.co.uk>
Wed, 11 Mar 2015 20:50:21 +0000 (20:50 +0000)
committerMark Beech <mbeech@mark-beech.co.uk>
Wed, 11 Mar 2015 20:50:21 +0000 (20:50 +0000)
In a number of versions of Outlook, button padding is really message up. The text drops towards the bottom of the button.

css/ink.css

index 92b14dc89731aca5f1fc02ff2dc392ea63575bc0..692b48096a6c464047b81b2a32aeb10394312382 100644 (file)
@@ -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,