Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/css/TwoStepTwoColumnPremium.css |
— | — | @@ -11,8 +11,8 @@ |
12 | 12 | #premium-language { |
13 | 13 | text-align: center; |
14 | 14 | background-color: #162b46; |
15 | | - width:160px; |
16 | | - height: 100px; |
| 15 | + width:200px; |
| 16 | + height: 92px; |
17 | 17 | margin: 0 auto; |
18 | 18 | } |
19 | 19 | |
Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoStepTwoColumnPremium.php |
— | — | @@ -29,7 +29,7 @@ |
30 | 30 | $form .= Xml::closeElement( 'div' ); // close div#premium-size |
31 | 31 | $form .= wfMsg( 'payflowpro_gateway-on-the-back' ) . "<br/>"; |
32 | 32 | $form .= Xml::openElement( 'div', array( 'id' => 'premium-language' ) ); |
33 | | - $form .= Xml::element( 'img', array( 'src' => $wgScriptPath . "/extensions/DonationInterface/payflowpro_gateway/includes/".$wgRequest->getText( 'premium_language' )."-wordmark.png", 'width' => '150', 'height' => '90' ) ); |
| 33 | + $form .= Xml::element( 'img', array( 'src' => $wgScriptPath . "/extensions/DonationInterface/payflowpro_gateway/includes/wordmarks/".$wgRequest->getText( 'premium_language' )."-wordmark.png", 'width' => '150', 'height' => '90' ) ); |
34 | 34 | $form .= Xml::closeElement( 'div' ); // close div#premium-language |
35 | 35 | $form .= Xml::closeElement( 'div' ); // close div#premium-values |
36 | 36 | $form .= Xml::closeElement( 'div' ); // close div#premium-confirmation |