Index: trunk/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/CA.html |
— | — | @@ -22,7 +22,7 @@ |
23 | 23 | <tr> |
24 | 24 | <td colspan="2"> |
25 | 25 | <input class="halfwidth state" name="city" value="@city" type="text" title="%donate_interface-donor-city%" placeholder="%donate_interface-donor-city%" id="city"> |
26 | | - <select id="state" name="state" class="txt" value="@state" > |
| 26 | + <select id="state" name="state" class="ca" value="@state" > |
27 | 27 | <option value=""></option> |
28 | 28 | <option value="AB">AB</option> |
29 | 29 | <option value="BC">BC</option> |
Index: trunk/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/AU.html |
— | — | @@ -23,7 +23,7 @@ |
24 | 24 | <td colspan="2" style="white-space: nowrap;"> |
25 | 25 | <!-- TODO: get locality into translation and then use the message --> |
26 | 26 | <input class="halfwidth state" name="city" value="@city" type="text" title="Suburb / Town" placeholder="Suburb / Town" id="city"> |
27 | | - <select id="state" name="state" class="txt" value="@state" > |
| 27 | + <select id="state" name="state" class="au" value="@state" > |
28 | 28 | <option value=""></option> |
29 | 29 | <option value="ACT">ACT</option> |
30 | 30 | <option value="NSW">NSW</option> |
Index: trunk/extensions/DonationInterface/globalcollect_gateway/forms/css/gc.css |
— | — | @@ -190,7 +190,7 @@ |
191 | 191 | width:84px; |
192 | 192 | margin-left: 0; |
193 | 193 | } |
194 | | -select#state.us { |
| 194 | +select#state.us, select#state.au, select#state.ca { |
195 | 195 | width: 50px; |
196 | 196 | } |
197 | 197 | |
Index: trunk/extensions/DonationInterface/globalcollect_gateway/forms/css/gc.cc.css |
— | — | @@ -190,7 +190,7 @@ |
191 | 191 | width:84px; |
192 | 192 | margin-left: 0; |
193 | 193 | } |
194 | | -select#state.us { |
| 194 | +select#state.us, select#state.au, select#state.ca { |
195 | 195 | width: 50px; |
196 | 196 | } |
197 | 197 | |