Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoStepTwoColumnLetter3.php |
— | — | @@ -100,7 +100,7 @@ |
101 | 101 | // amount |
102 | 102 | $form .= '<tr>'; |
103 | 103 | $form .= '<td colspan="2">'; |
104 | | - $form .= '<table cellspacing="2" cellpadding="2" border="1" id="donation_amount">'; |
| 104 | + $form .= '<table cellspacing="0" cellpadding="4" border="1" id="donation_amount">'; |
105 | 105 | $form .= '<tr>'; |
106 | 106 | $form .= '<td class="amount_header">'.wfMsg( 'payflowpro_gateway-description' ).'</td>'; |
107 | 107 | $form .= '<td class="amount_header" style="text-align:right;width:75px;">'.wfMsg( 'payflowpro_gateway-donor-amount' ).'</td>'; |
Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/css/TwoStepTwoColumnLetter3.css |
— | — | @@ -25,8 +25,8 @@ |
26 | 26 | line-height: 120%; |
27 | 27 | } |
28 | 28 | #payflow-table-donor td.label, #payflow-table-comment td.label, #payflow-table-cc td.label { |
29 | | - padding-right:0; |
30 | | - width: 104px; |
| 29 | + padding-right:0.5em; |
| 30 | + width: 100px; |
31 | 31 | } |
32 | 32 | |
33 | 33 | .payflow-cc-form-section { |