atpay_buttons 1.3.9 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MTc1NGE2YmIwZTRlZGQ5MTM5MDY5MTc3N2E2YzY0ZGFmMzIxZTM0YQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MjI1MTg2NDkwYWE0YmViMmM4Mjk2YTZlNTdkMGM2NjQ3MzVhMWIzNQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NTc1YWM3MzM4NDkxNjI5ZDY2OWRmYmI1ZWY2ZGZjZDY4ZDZmYTFhY2FiNDc2
|
10
|
+
MmQ0ZDA0NzU2YzUzNDQ5OGM5MjUwYzFhY2Y0ZmMyMDc1ZGFhMjlhYjA1NGI4
|
11
|
+
YjgyYTRjMjZlYmY3ZDZlYzQ2NWU2NWFiYTAyNDkwOTlmODBjM2Q=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MGU2MDM4OTJmMDIyZTU0MDZhYTQzNzMwMDg1N2JhNmVjMTJmMzJiY2E5ZDMy
|
14
|
+
YmJhOTM2OTRjOThkZjBiZDAwN2QwZWE4ZWM0MGRkODdiMjlkYTFlZmFmYTQ5
|
15
|
+
MzkxMGQ2MTFhZjZkYTZkOTVlMGI4NWMyMWVkMWEyMzUyMThmMjA=
|
data/atpay_buttons.gemspec
CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = "atpay_buttons"
|
7
|
-
spec.version = '1.
|
7
|
+
spec.version = '1.4.0'
|
8
8
|
spec.date = '2014-04-06'
|
9
9
|
spec.authors = ["Thomas Pastinsky", "Glen Holcomb", "James Kassemi", "Isaiah Baca"]
|
10
10
|
spec.email = ["dev@atpay.com"]
|
@@ -23,7 +23,7 @@
|
|
23
23
|
{% if image %}
|
24
24
|
<td style="padding-left:10px; padding-right:0px; padding-top:14px; padding-bottom:10px;text-align:right;">
|
25
25
|
<a class="reg_mailto" href="{{url}}" target="_blank" style="border: 0 !important;">
|
26
|
-
<img src="{{image}}" style="display:block" />
|
26
|
+
<img src="{{image}}" style="display:block; border: 0 !important;" />
|
27
27
|
</a>
|
28
28
|
</td>
|
29
29
|
{% endif %}
|
@@ -41,12 +41,12 @@
|
|
41
41
|
</tr>
|
42
42
|
</table>
|
43
43
|
|
44
|
-
<table class='out_mailto' border='0' cellpadding='0' cellspacing='0' style='
|
44
|
+
<table class='out_mailto' border='0' cellpadding='0' cellspacing='0' style='width:0; height:0; padding:0; margin:0; font-size:0;'>
|
45
45
|
<tr>
|
46
46
|
{% if image %}
|
47
47
|
<td class='cart'>
|
48
48
|
<a href='{{outlook_url}}' style='display:none; border: 0 !important;' target="_blank">
|
49
|
-
<img src='{{image}}' style='margin: 0px; width:0px; height:0px'>
|
49
|
+
<img src='{{image}}' style='margin: 0px; width:0px; height:0px; border: 0 !important'>
|
50
50
|
</a>
|
51
51
|
</td>
|
52
52
|
{% endif %}
|
@@ -1,23 +1,22 @@
|
|
1
1
|
<!— begin @Pay button —>
|
2
2
|
<!-- regular template with wrap -->
|
3
|
-
|
4
|
-
|
3
|
+
|
4
|
+
<style type="text/css">.ExternalClass table.reg_mailto {display:none; display: none !important;}
|
5
5
|
|
6
6
|
.ExternalClass table.out_mailto {display: table; display: table !important; font-size: 18px !important;}
|
7
|
-
.ExternalClass table.out_mailto {font-family: Tahoma; color #ffffff; background-color:{{background_color}};}
|
7
|
+
.ExternalClass table.out_mailto {font-family: Tahoma; color: #ffffff; background-color: {{background_color}};}
|
8
8
|
|
9
9
|
.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;}
|
10
10
|
|
11
11
|
.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;}
|
12
12
|
|
13
|
-
.ExternalClass table.out_mailto td img {display: block !important; height:
|
13
|
+
.ExternalClass table.out_mailto td img {display: block !important; height:auto !important; width: auto !important;}
|
14
14
|
|
15
15
|
.ExternalClass table.out_mailto td.cart{width:45px !important; padding-left:10px !important; height:39px !important; text-align:right}
|
16
16
|
|
17
17
|
.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;}
|
18
18
|
</style>
|
19
19
|
|
20
|
-
|
21
20
|
<center>
|
22
21
|
<table cellpadding='0' cellspacing='0' style='margin-bottom:20px;'>
|
23
22
|
<tr>
|
@@ -40,7 +39,7 @@
|
|
40
39
|
{% if image %}
|
41
40
|
<td style="padding-left:10px; padding-right:0px; padding-top:14px; padding-bottom:10px;text-align:right;">
|
42
41
|
<a class="reg_mailto" href="{{url}}" target="_blank" style="border: 0 !important;">
|
43
|
-
<img src="{{image}}" style="display:block" />
|
42
|
+
<img src="{{image}}" style="display:block; border: 0 !important" />
|
44
43
|
</a>
|
45
44
|
</td>
|
46
45
|
{% endif %}
|
@@ -63,7 +62,7 @@
|
|
63
62
|
{% if image %}
|
64
63
|
<td class='cart'>
|
65
64
|
<a href='{{outlook_url}}' style='display:none; border: 0 !important;' target="_blank">
|
66
|
-
<img src='{{image}}' style='margin: 0px; width:0px; height:0px
|
65
|
+
<img src='{{image}}' style='margin: 0px; width:0px; height:0px; border: 0 !important;>
|
67
66
|
</a>
|
68
67
|
</td>
|
69
68
|
{% endif %}
|