Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoStepTwoColumnLetter3.php |
— | — | @@ -203,7 +203,7 @@ |
204 | 204 | $form = ''; |
205 | 205 | $form .= Xml::openElement( 'div', array( 'class' => 'payflow-cc-form-section', 'id' => 'payflowpro_gateway-donate-addl-info' ) ); |
206 | 206 | $form .= Xml::openElement( 'div', array( 'id' => 'payflowpro_gateway-donate-addl-info-text' ) ); |
207 | | - $form .= Xml::tags( 'div', array( 'style' => 'text-align:center;' ), '***' ); |
| 207 | + $form .= Xml::tags( 'div', array( 'style' => 'text-align:center;' ), '* * *' ); |
208 | 208 | $form .= Xml::tags( 'div', array( 'class' => '' ), wfMsg( 'payflowpro_gateway-credit-storage-processing' ) ); |
209 | 209 | $form .= Xml::tags( 'div', array( 'class' => '' ), wfMsg( 'payflowpro_gateway-otherways-short' ) ); |
210 | 210 | $form .= Xml::tags( 'div', array( 'class' => '' ), wfMsg( 'payflowpro_gateway-question-comment' ) ); |
Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/css/TwoStepTwoColumnLetter3.css |
— | — | @@ -16,6 +16,11 @@ |
17 | 17 | margin-bottom: 0; |
18 | 18 | font-weight: normal; |
19 | 19 | } |
| 20 | +div#payflowpro_gateway-donate-addl-info-text { |
| 21 | + font-size: 90%; |
| 22 | + line-height: 90%; |
| 23 | +} |
| 24 | + |
20 | 25 | .payflow-cc-form-section { |
21 | 26 | float: none; |
22 | 27 | margin-right: 0em; |