lib/atpay/button/templates/wrap_default.liquid in atpay_buttons-1.3.8 vs lib/atpay/button/templates/wrap_default.liquid in atpay_buttons-1.3.9
- old
+ new
@@ -3,20 +3,20 @@
<style>
.ExternalClass table.reg_mailto {display:none; display: none !important;}
.ExternalClass table.out_mailto {display: table; display: table !important; font-size: 18px !important;}
.ExternalClass table.out_mailto {font-family: Tahoma; color #ffffff; background-color:{{background_color}};}
-
+
.ExternalClass table.out_mailto td.dollar{vertical-align:top !important; padding-right:0px !important; font-size:24px !important; padding-top:15px !important; text-align:right !important; padding-bottom:10px !important; padding-left:10px;}
-
+
.ExternalClass table.out_mailto td.cents{vertical-align:top !important; font-size:12px !important; padding-left:1px !important; padding-right:10px !important; padding-bottom:0px !important; padding-top:15px !important; text-align:left !important; text-decoration:underline !important;}
-
- .ExternalClass table.out_mailto td img {display: block !important; width: auto: !important;}
-
+
+ .ExternalClass table.out_mailto td img {display: block !important; height: auto !important; width: auto: !important;}
+
.ExternalClass table.out_mailto td.cart{width:45px !important; padding-left:10px !important; height:39px !important; text-align:right}
-
- .ExternalClass table.out_mailto a {display: inline !important; width:auto !important; text-decoration:none !important; color:{{foreground_color}} !important; line-height:auto !important;}
+
+ .ExternalClass table.out_mailto a {display: inline !important; border: 0 !important; width:auto !important; text-decoration:none !important; color:{{foreground_color}} !important; line-height:auto !important;}
</style>
<center>
<table cellpadding='0' cellspacing='0' style='margin-bottom:20px;'>
@@ -30,52 +30,52 @@
</p>
</td>
</tr>
<tr>
<td style="padding-top:10px; padding-bottom:10px;">
-<!-- BUTTON CODE -->
+<!-- BUTTON CODE -->
<center>
<table class="reg_mailto" border='0' cellpadding='0' cellspacing='0' style='font-family: Tahoma; background-color:{{background_color}};'>
<tr>
{% if image %}
<td style="padding-left:10px; padding-right:0px; padding-top:14px; padding-bottom:10px;text-align:right;">
- <a class="reg_mailto" href="{{url}}" target="_blank">
- <img src="{{image}}" style="display:block" />
+ <a class="reg_mailto" href="{{url}}" target="_blank" style="border: 0 !important;">
+ <img src="{{image}}" style="display:block" />
</a>
</td>
{% endif %}
<td style="vertical-align:top; padding-left:10px; padding-right:0px; font-size:24px; padding-top:15px; text-align:right; padding-bottom:10px;" valign="top">
- <a class="reg_mailto" href="{{url}}" style="display: inline; width:auto; line-height:auto; text-decoration:none; color: {{foreground_color}};" target="_blank">
+ <a class="reg_mailto" href="{{url}}" style="display: inline; width:auto; border: 0 !important; line-height:auto; text-decoration:none; color: {{foreground_color}};" target="_blank">
{{dollar}}
</a>
</td>
-
+
<td class="cents" style="vertical-align:top; font-size:12px; padding-left:1px; padding-right:10px; padding-bottom:0px; padding-top:15px; text-align:left; text-decoration:none;" valign="top">
- <a class="reg_mailto" href="{{url}}" style="display: inline; width:auto; text-decoration:none; color:{{foreground_color}}; line-height:auto;" valign="top" target="_blank">{{cents}}</a>
+ <a class="reg_mailto" href="{{url}}" style="display: inline; border: 0 !important; width:auto; text-decoration:none; color:{{foreground_color}}; line-height:auto;" valign="top" target="_blank">{{cents}}</a>
</td>
-
+
</tr>
</table>
- <table class='out_mailto' border='0' cellpadding='0' cellspacing='0' style='width:0; height:0; padding:0; margin:0; font-size:0;'>
+ <table class='out_mailto' border='0' cellpadding='0' cellspacing='0' style='display:none; width:0; height:0; padding:0; margin:0; font-size:0;'>
<tr>
{% if image %}
<td class='cart'>
- <a href='{{outlook_url}}' style='display:none;' target="_blank">
+ <a href='{{outlook_url}}' style='display:none; border: 0 !important;' target="_blank">
<img src='{{image}}' style='margin: 0px; width:0px; height:0px'>
</a>
</td>
{% endif %}
<td class='dollar' style='width:0; height:0; padding:0; margin:0; font-size:0;' valign='top'>
- <a href='{{outlook_url}}' style='display:none;' target="_blank">
+ <a href='{{outlook_url}}' style='display:none; border: 0 !important;' target="_blank">
{{dollar}}
</a>
</td>
<td class='cents' style='width:0; height:0; padding:0; margin:0; font-size:0;' valign='top'>
- <a href='{{outlook_url}}' style='display:none;' target="_blank">
+ <a href='{{outlook_url}}' style='display:none; border: 0 !important;' target="_blank">
{{cents}}
</a>
</td>
</tr>
</table>
@@ -120,6 +120,6 @@
</td>
</tr>
</table>
</center>
- <!— end @Pay button —>
\ No newline at end of file
+ <!— end @Pay button —>