atpay_buttons 1.1.3 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.1.3'
7
+ spec.version = '1.1.4'
8
8
  spec.date = '2013-09-25'
9
9
  spec.authors = ["Thomas Pastinsky", "Glen Holcomb", "James Kassemi", "Isaiah Baca"]
10
10
  spec.email = ["dev@atpay.com"]
@@ -9,6 +9,8 @@
9
9
  .ExternalClass a.outlook table.sub {width: auto !important; height: auto !important;}
10
10
  .ExtenralClass a.outlook td.title {font-size: 11px !important ; color: {{foreground_color}}; font-family: Tahoma; text-align:center; padding:0; margin:0;}
11
11
  .ExternalClass a.outlook table.subB{float:left; margin:0; margin-left:5px !important;}
12
+ .ExternalClass a.outlook table.subB td.doll {line-height: 25px !important;}
13
+
12
14
  </style>
13
15
 
14
16
 
@@ -73,10 +75,10 @@
73
75
  </table>
74
76
  </a>
75
77
  <a border='0' class='outlook' href='{{outlook_url}}' style='text-underline:none; font-size:0px; width:0px; height: 0px;'>
76
- <table border='0' cellpadding='0' cellspacing='0' height='0' style='background-color:{{foreground_color}}; overflow: hidden; font-size: 0px; ' width='0'>
78
+ <table border='0' cellpadding='0' cellspacing='0' height='0' style='overflow: hidden; font-size: 0px; ' width='0'>
77
79
  <tr class='main'>
78
80
  <td class='main' style='padding: 0px;' width='0'>
79
- <table border='0' cellpadding='0' cellspacing='0' class='sub' height='' style='background-color:{{foreground_color}}; overflow: hidden;' width=''>
81
+ <table border='0' cellpadding='0' cellspacing='0' class='sub' height='' style='overflow: hidden;' width=''>
80
82
  <tr>
81
83
  <td style='line-height:1px;'>
82
84
  <a class='outlook' href='{{outlook_url}}' style='color:{{foreground_color}}; text-decoration:none; border:none;'>
@@ -94,7 +96,7 @@
94
96
  <td>
95
97
  <table border='0' cellpadding='0' cellspacing='0' style='margin:0; padding:0;'>
96
98
  <tr>
97
- <td style='padding:0; margin:0; font-size: 0px; color: {{foreground_color}}; font-family: Tahoma; vertical-align:top; line-height:0px;' valign='top'>
99
+ <td class="doll" style='padding:0; margin:0; font-size: 0px; color: {{foreground_color}}; font-family: Tahoma; vertical-align:top; line-height:0px;' valign='top'>
98
100
  <a class='outlook' href='{{outlook_url}}' style='color:{{foreground_color}}; text-decoration:none; border:none;'>
99
101
  {{dollar}}
100
102
  </a>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atpay_buttons
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: