atpay_buttons 1.4.2 → 1.4.3
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
|
+
MjM0NjFkODBjMWFhMzA5ODc5MjM5ZGU3Njg5ZmViMWM4YTRmNTczZg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
OTRmOGNhNmUxYzg1NmJlMWEwMzFlMzEyNDMwMTVkYTkyZGZmMmQ2OA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YjY4MGQyMDE1MGVhNWI0OTlkMDkzYTYyNTYwYWUyNDQxOTJjNWJhZTY3MTRh
|
10
|
+
YTJlNjQwMDZlNjRjNTc0ZmY2ZjcwOGNkNzQwZjk5MWM1MDFlZDllNzM1NjRm
|
11
|
+
ZjVhN2RmMGE2YjIzZjJmYjZlMDBlNzkxNjgyNDEyZDliNTBhMWU=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
N2Q4NzkzNWI3NzBmODVmNzc5MzAzZjNhNWUwMzBlNjUzOGRmYTQ3ZDMxNTRi
|
14
|
+
NmU2NTJiOWY1M2Q3MzhkYjlmODNkYWE3MDk0NTZkNDc2MzIwZDY4M2I1MzEw
|
15
|
+
ZmY5MThiYjQxMzliZDk4ZGFhNjg4YWQ1M2E3ZmI5NzFmNTA5MDQ=
|
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.4.
|
7
|
+
spec.version = '1.4.3'
|
8
8
|
spec.date = '2014-04-07'
|
9
9
|
spec.authors = ["Thomas Pastinsky", "Glen Holcomb", "James Kassemi", "Isaiah Baca"]
|
10
10
|
spec.email = ["dev@atpay.com"]
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<style>
|
4
4
|
.ExternalClass table.reg_mailto {display:none; display: none !important;}
|
5
5
|
|
6
|
-
.ExternalClass table.out_mailto {display: table; display: table !important; font-size: 18px !important;}
|
6
|
+
.ExternalClass table.out_mailto {display: table; display: table !important; font-size: 18px !important; width: auto !important; height: auto !important;}
|
7
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;}
|
@@ -1,9 +1,11 @@
|
|
1
1
|
<!— begin @Pay button —>
|
2
2
|
<!-- regular template with wrap -->
|
3
3
|
|
4
|
-
<style type="text/css"
|
4
|
+
<style type="text/css">
|
5
5
|
|
6
|
-
.ExternalClass table.
|
6
|
+
.ExternalClass table.reg_mailto {display:none; display: none !important;}
|
7
|
+
|
8
|
+
.ExternalClass table.out_mailto {display: table; display: table !important; font-size: 18px !important; width: auto !important; height: auto !important;}
|
7
9
|
.ExternalClass table.out_mailto {font-family: Tahoma; color: #ffffff; background-color: {{background_color}};}
|
8
10
|
|
9
11
|
.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;}
|
@@ -34,7 +36,7 @@
|
|
34
36
|
<!-- BUTTON CODE -->
|
35
37
|
|
36
38
|
<center>
|
37
|
-
<table class="reg_mailto" border='0' cellpadding='0' cellspacing='0' style='margin:
|
39
|
+
<table class="reg_mailto" border='0' cellpadding='0' cellspacing='0' style='margin:0px auto !important; font-family: Tahoma; background-color:{{background_color}};'>
|
38
40
|
<tr>
|
39
41
|
{% if image %}
|
40
42
|
<td style="padding-left:10px; padding-right:0px; padding-top:14px; padding-bottom:10px;text-align:right;">
|
@@ -62,7 +64,7 @@
|
|
62
64
|
{% if image %}
|
63
65
|
<td class='cart'>
|
64
66
|
<a href='{{outlook_url}}' style='display:none; border-width: 0px;' target="_blank">
|
65
|
-
<img src='{{image}}' style='margin: 0px; width:0px; height:0px; border-width: 0px
|
67
|
+
<img src='{{image}}' style='margin: 0px; width:0px; height:0px; border-width: 0px;'>
|
66
68
|
</a>
|
67
69
|
</td>
|
68
70
|
{% endif %}
|