r106915 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106914‎ | r106915 | r106916 >
Date:01:18, 21 December 2011
Author:pgehres
Status:ok
Tags:
Comment:
Fixing state styling on IT for cc
Modified paths:
  • /trunk/extensions/DonationInterface/globalcollect_gateway/forms/css/gc.cc.css (modified) (history)
  • /trunk/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/IT.html (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/IT.html
@@ -26,7 +26,7 @@
2727 </tr>
2828 <tr>
2929 <td colspan="2">
30 - <select id="state" name="state" class="txt" value="@state">
 30+ <select id="state" name="state" class="it" value="@state">
3131 <option value=""></option>
3232 <option value="XX">%donate_interface-other%</option>
3333 <option value="AG">Agrigento</option>
Index: trunk/extensions/DonationInterface/globalcollect_gateway/forms/css/gc.cc.css
@@ -203,6 +203,10 @@
204204 width:100%;
205205 }
206206
 207+select#state.it {
 208+ width: auto;
 209+}
 210+
207211 /* From Webitects */
208212 /* Options */
209213 .form .options-h, .form .options-v { margin: 0; }

Follow-up revisions

RevisionCommit summaryAuthorDate
r106917MFT r106913, r106915khorn01:28, 21 December 2011

Status & tagging log