[Movecommons-commits] r198 - trunk/wp-theme
Mario Gallegos
mgallegos at ourproject.org
Wed Mar 14 17:02:06 CET 2012
Author: mgallegos
Date: 2012-03-14 17:02:05 +0100 (Wed, 14 Mar 2012)
New Revision: 198
Modified:
trunk/wp-theme/mc2-form.php
Log:
Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php 2012-03-14 15:49:26 UTC (rev 197)
+++ trunk/wp-theme/mc2-form.php 2012-03-14 16:02:05 UTC (rev 198)
@@ -65,9 +65,9 @@
<img src="/mc/0.1/images/step1.png" alt="step1" class="mc-steps-number" />
<div id="mc-form-optional-non-profit">
<div style="position: relative;float: left;width: 90%;font-size: 16px;margin-left: 10px;margin-top: 10px;">
- <label id="mc-optional-title"><?php _e("Optional", "mc"); ?></label>
- <label>
- <input type="checkbox" name="registered-non-profit" value="" id="registered-non-profit" />
+ <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>
More information about the Movecommons-commits
mailing list