Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoColumnLetter7.php |
— | — | @@ -214,7 +214,7 @@ |
215 | 215 | $form .= '<td colspan="2"><span class="creditcard-error-msg">' . $this->form_errors['invalidamount'] . '</span></td>'; |
216 | 216 | $form .= '</tr>'; |
217 | 217 | $form .= '<tr>'; |
218 | | - $form .= '<td class="label" style="position:relative;top:4px;">' . Xml::label( wfMsg( 'payflowpro_gateway-donor-amount' ), 'amount' ) . '</td>'; |
| 218 | + $form .= '<td class="label"><div style="padding-top:4px;">' . Xml::label( wfMsg( 'payflowpro_gateway-donor-amount' ), 'amount' ) . '</div></td>'; |
219 | 219 | $form .= '<td>' . |
220 | 220 | '<table cellspacing="3" cellpadding="0" border="0" style="margin-bottom:0.2em;"><tr>' . |
221 | 221 | '<td>'.Xml::radio( 'amount', 20, $this->form_data['amount'] == 20, array( 'onfocus' => 'clearField2( document.getElementById(\'amountOther\'), "Other" )' ) ) . '$20 '.'</td>'. |
— | — | @@ -244,8 +244,9 @@ |
245 | 245 | $form .= '</tr>'; |
246 | 246 | */ |
247 | 247 | |
| 248 | + // Payment type |
248 | 249 | $form .= '<tr>'; |
249 | | - $form .= '<td class="label" style="position:relative;top:8px;">' . wfMsg( 'payflowpro_gateway-payment-type' ) . '</td>'; |
| 250 | + $form .= '<td class="label""><div style="padding-top:9px;">' . wfMsg( 'payflowpro_gateway-payment-type' ) . '</div></td>'; |
250 | 251 | $form .= '<td>' . |
251 | 252 | '<p style="border: 1px solid rgb(187, 187, 187); float: left; -moz-border-radius: 5px 5px 5px 5px; margin: 0 8px 0 0; padding: 5px 5px 5px 3px;">'. |
252 | 253 | Xml::radio( 'card', 'cc1', $this->form_data['card'] == 'cc1', array( 'id' => 'cc1radio', 'onclick' => 'switchToCreditCard()' ) ) . '<label for="cc1radio">' . Xml::element( 'img', array( 'src' => $wgScriptPath . "/extensions/DonationInterface/payflowpro_gateway/includes/card-visa.png" ) ). '</label>' . |
Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/css/TwoColumnLetter7.css |
— | — | @@ -98,7 +98,7 @@ |
99 | 99 | background-color:#cce7cd; |
100 | 100 | border:1px solid #5EAC58; |
101 | 101 | padding:16px 24px 24px; |
102 | | - width:430px; |
| 102 | + width:440px; |
103 | 103 | } |
104 | 104 | #donate-head { |
105 | 105 | border:none; |