Index: trunk/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/IT.html |
— | — | @@ -26,7 +26,7 @@ |
27 | 27 | </tr> |
28 | 28 | <tr> |
29 | 29 | <td colspan="2"> |
30 | | - <select id="state" name="state" class="txt" value="@state"> |
| 30 | + <select id="state" name="state" class="it" value="@state"> |
31 | 31 | <option value=""></option> |
32 | 32 | <option value="XX">%donate_interface-other%</option> |
33 | 33 | <option value="AG">Agrigento</option> |
Index: trunk/extensions/DonationInterface/globalcollect_gateway/forms/css/gc.cc.css |
— | — | @@ -203,6 +203,10 @@ |
204 | 204 | width:100%; |
205 | 205 | } |
206 | 206 | |
| 207 | +select#state.it { |
| 208 | + width: auto; |
| 209 | +} |
| 210 | + |
207 | 211 | /* From Webitects */ |
208 | 212 | /* Options */ |
209 | 213 | .form .options-h, .form .options-v { margin: 0; } |