[Movecommons-commits] r217 - trunk/wp-theme
Mario Gallegos
mgallegos at ourproject.org
Thu Mar 15 02:36:21 CET 2012
Author: mgallegos
Date: 2012-03-15 02:36:20 +0100 (Thu, 15 Mar 2012)
New Revision: 217
Modified:
trunk/wp-theme/mc2-form.php
Log:
Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php 2012-03-15 01:31:06 UTC (rev 216)
+++ trunk/wp-theme/mc2-form.php 2012-03-15 01:36:20 UTC (rev 217)
@@ -71,19 +71,19 @@
<input type="checkbox" name="registered-non-profit" value="S" id="registered-non-profit"/>
<?php _e("We are registered as Non-profit, check this webpage:", "mc"); ?>
</label>
- <label id="infield-non-profit-website" for="non-profit-website" style="position: absolute;display: block;margin: 5px 5px 5px 6px;padding: 0;">something like http://example.com</label>
+ <label id="infield-non-profit-website" for="non-profit-website" style="position: absolute;display: block;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;">something like http://example.com</label>
<input type="text" name="non-profit-website" value="" id="non-profit-website" style="width: 330px;margin-left: 42px;margin-top: 5px;">
<label class="optional-labels-fields">
<input type="checkbox" name="open-accounting" value="S" id="open-accounting" />
<?php _e("We have Open-accounting, check this webpage:", "mc"); ?>
</label>
- <label id="infield-open-accounting-website" for="open-accounting-website" style="position: absolute;display: block;margin: 5px 5px 5px 6px;padding: 0;">something like http://example.com</label>
+ <label id="infield-open-accounting-website" for="open-accounting-website" style="position: absolute;display: block;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;">something like http://example.com</label>
<input type="text" name="open-accounting-website" value="" id="open-accounting-website" style="width: 330px;margin-left: 42px;margin-top: 5px;">
<label class="optional-labels-fields">
<input type="checkbox" name="accept-donations" value="S" id="accept-donations" />
<?php _e("We accept donations, check this webpage:", "mc"); ?>
</label>
- <label id="infield-donation-website" for="donation-website" style="position: absolute;display: block;margin: 5px 5px 5px 6px;padding: 0;">something like http://example.com</label>
+ <label id="infield-donation-website" for="donation-website" style="position: absolute;display: block;margin: 8px 5px 5px 50px;padding: 0;font-size: 14px;">something like http://example.com</label>
<input type="text" name="donation-website" value="" id="donation-website" style="width: 330px;margin-left: 42px;margin-top: 5px;">
</div>
</div>
More information about the Movecommons-commits
mailing list