[Movecommons-commits] r463 - trunk/wp-theme
Mario Gallegos
mgallegos at ourproject.org
Tue Jun 5 18:09:19 CEST 2012
Author: mgallegos
Date: 2012-06-05 18:09:19 +0200 (Tue, 05 Jun 2012)
New Revision: 463
Modified:
trunk/wp-theme/mc2-form.php
Log:
Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php 2012-06-05 16:06:16 UTC (rev 462)
+++ trunk/wp-theme/mc2-form.php 2012-06-05 16:09:19 UTC (rev 463)
@@ -70,11 +70,13 @@
<div class="marker" style="background-position: -26px 0;"></div>
</div>
</div>
- <div class="label2" style="margin-left: 185px;"><?php _e("2. Is your initiative Non-Profit?", "mc"); ?></div>
- <div id="step1-radio">
- <input type="radio" id="step2-yes" name="radio" /><label for="step2-yes">Yes</label>
- <input type="radio" id="step2-no" name="radio" /><label for="step2-no">No</label>
- </div>
+ <div>
+ <div class="label2" style="margin-left: 185px;float: left;"><?php _e("2. Is your initiative Non-Profit?", "mc"); ?></div>
+ <div id="step1-radio" style="float: left;">
+ <input type="radio" id="step2-yes" name="radio" /><label for="step2-yes">Yes</label>
+ <input type="radio" id="step2-no" name="radio" /><label for="step2-no">No</label>
+ </div>
+ </div>
<div class="mc-form-rounded mc-form-category-group-v2 float-left" id="mc-form-category-group-a">
<img src="/mc/0.1/images/cat-selected.png" alt="selected" class="mc-cat-selected mc-cat-selected-a" id="mc-cat-selected-np" />
<div id="mc-form-np" class="mc-form-rounded mc-form-descbox mc-form-descbox-a">
More information about the Movecommons-commits
mailing list