[Movecommons-commits] r200 - trunk/wp-theme
Mario Gallegos
mgallegos at ourproject.org
Wed Mar 14 17:23:47 CET 2012
Author: mgallegos
Date: 2012-03-14 17:23:46 +0100 (Wed, 14 Mar 2012)
New Revision: 200
Modified:
trunk/wp-theme/mc2-form.php
Log:
Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php 2012-03-14 16:20:23 UTC (rev 199)
+++ trunk/wp-theme/mc2-form.php 2012-03-14 16:23:46 UTC (rev 200)
@@ -63,19 +63,18 @@
</div>
<div style="float: left;width: 490px;height: 154px;">
<img src="/mc/0.1/images/step1.png" alt="step1" class="mc-steps-number" />
- <div id="mc-form-optional-non-profit">
- <label id="mc-optional-non-profit"><?php _e("Optional", "mc"); ?></label>
- <!--
- <label style="background-color: #F8EAFD;font-size: 16px;"><?php _e("Optional", "mc"); ?></label>
- -->
- <label style="font-size: 14px;margin-left: 10px;margin-top: 10px;color: #888;">
- <input type="checkbox" name="registered-non-profit" value="" id="registered-non-profit"/>
- <?php _e("We are registered as Non-profit", "mc"); ?>
- </label>
- <label>
- <input type="checkbox" name="open-accounting" value="" id="open-accounting" />
- <?php _e("We have Open-accounting", "mc"); ?>
- </label>
+ <div id="mc-form-optional-non-profit">
+ <div style="position: relative;float: left;width: 90%;font-size: 16px;margin-left: 10px;margin-top: 20px;border: 1px solid #B7C4C8;">
+ <label id="mc-optional-non-profit"><?php _e("Optional", "mc"); ?></label>
+ <label style="font-size: 14px;margin-left: 10px;margin-top: 10px;color: #888;">
+ <input type="checkbox" name="registered-non-profit" value="" id="registered-non-profit"/>
+ <?php _e("We are registered as Non-profit", "mc"); ?>
+ </label>
+ <label style="font-size: 14px;margin-left: 10px;margin-top: 10px;color: #888;">
+ <input type="checkbox" name="open-accounting" value="" id="open-accounting" />
+ <?php _e("We have Open-accounting", "mc"); ?>
+ </label>
+ </div>
</div>
</div>
</div>
More information about the Movecommons-commits
mailing list