[Movecommons-commits] r464 - trunk/wp-theme

Mario Gallegos mgallegos at ourproject.org
Tue Jun 5 18:17:38 CEST 2012


Author: mgallegos
Date: 2012-06-05 18:17:38 +0200 (Tue, 05 Jun 2012)
New Revision: 464

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:09:19 UTC (rev 463)
+++ trunk/wp-theme/mc2-form.php	2012-06-05 16:17:38 UTC (rev 464)
@@ -70,11 +70,11 @@
 				        <div class="marker" style="background-position: -26px 0;"></div>
 				    </div>
 				</div>					
-				<div>
+				<div style="width: 100%;float: left;margin-bottom: 20px;">
 					<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 id="step1-radio" style="float: left;margin-left: 10px;margin-top: 10px;">
+						<input type="radio" id="step2-yes" name="radio" /><label for="step2-yes" style="font-size: 14px;">Yes</label>
+						<input type="radio" id="step2-no" name="radio" /><label for="step2-no" style="font-size: 14px;">No</label>					
 					</div>
 				</div>		  	
 			 	<div class="mc-form-rounded mc-form-category-group-v2 float-left" id="mc-form-category-group-a">				    




More information about the Movecommons-commits mailing list