Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoStepTwoColumnLetter3.php |
— | — | @@ -183,9 +183,9 @@ |
184 | 184 | $form .= '</tr>'; |
185 | 185 | $form .= '<tr>'; |
186 | 186 | $form .= '<td class="label"> </td>'; |
187 | | - $form .= '<td>' . Xml::input( 'city', '30', $this->form_data['city'], array( 'type' => 'text', 'maxlength' => '40', 'id' => 'city' ) ) . |
188 | | - $this->generateStateDropdown() . |
189 | | - Xml::input( 'zip', '10', $this->form_data['zip'], array( 'type' => 'text', 'maxlength' => '10', 'id' => 'zip' ) ) . |
| 187 | + $form .= '<td>' . Xml::input( 'city', '18', $this->form_data['city'], array( 'type' => 'text', 'maxlength' => '40', 'id' => 'city' ) ) . ' ' . |
| 188 | + $this->generateStateDropdown() . ' ' . |
| 189 | + Xml::input( 'zip', '5', $this->form_data['zip'], array( 'type' => 'text', 'maxlength' => '10', 'id' => 'zip' ) ) . |
190 | 190 | '</td>'; |
191 | 191 | $form .= '</tr>'; |
192 | 192 | |
Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/css/TwoStepTwoColumnLetter3.css |
— | — | @@ -28,6 +28,12 @@ |
29 | 29 | padding-right:0.5em; |
30 | 30 | width: 100px; |
31 | 31 | } |
| 32 | +input#city { |
| 33 | + width: 150px; |
| 34 | +} |
| 35 | +input#zip { |
| 36 | + width: 72px; |
| 37 | +} |
32 | 38 | |
33 | 39 | .payflow-cc-form-section { |
34 | 40 | float: none; |