[Movecommons-commits] r227 - trunk/wp-theme
Mario Gallegos
mgallegos at ourproject.org
Fri Mar 16 00:45:05 CET 2012
Author: mgallegos
Date: 2012-03-16 00:45:04 +0100 (Fri, 16 Mar 2012)
New Revision: 227
Modified:
trunk/wp-theme/mc2-form.php
Log:
Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php 2012-03-15 23:43:07 UTC (rev 226)
+++ trunk/wp-theme/mc2-form.php 2012-03-15 23:45:04 UTC (rev 227)
@@ -63,11 +63,11 @@
</div>
</div>
<div style="float: left;width: 500px;">
- <img src="/mc/0.1/images/step1.png" alt="step1" class="mc-steps-number-v2" />
- <div class="blockMe">
+ <img src="/mc/0.1/images/step1.png" alt="step1" class="mc-steps-number-v2" />
<div id="mc-form-optional-non-profit">
<div style="position: relative;float: left;width: 440px;font-size: 16px;margin-left: 10px;margin-top: 45px;border: 1px solid #B7C4C8;padding-bottom: 10px;">
- <label id="mc-optional-non-profit"><?php _e("Optional", "mc"); ?></label>
+ <label id="mc-optional-non-profit"><?php _e("Optional", "mc"); ?></label>
+ <div class="blockMe">
<label class="optional-labels-fields">
<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"); ?>
@@ -85,11 +85,11 @@
<?php _e("We accept donations, check this webpage:", "mc"); ?>
</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;">
+ <input type="text" name="donation-website" value="" id="donation-website" style="width: 330px;margin-left: 42px;margin-top: 5px;">
+ <div style="clear: both;"></div>
+ </div>
</div>
- </div>
- <div style="clear: both;"></div>
- </div>
+ </div>
</div>
</div>
</div>
More information about the Movecommons-commits
mailing list