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

Mario Gallegos mgallegos at ourproject.org
Fri Mar 16 00:46:22 CET 2012


Author: mgallegos
Date: 2012-03-16 00:46:22 +0100 (Fri, 16 Mar 2012)
New Revision: 228

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:45:04 UTC (rev 227)
+++ trunk/wp-theme/mc2-form.php	2012-03-15 23:46:22 UTC (rev 228)
@@ -65,9 +65,8 @@
 			  	<div style="float: left;width: 500px;">
 			  		<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>
-					  		<div class="blockMe">					  
+			  			<div class="blockMe" 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 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"); ?>
@@ -86,8 +85,7 @@
 					    	</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;">
-							<div style="clear: both;"></div>
-				  			</div>  
+							<div style="clear: both;"></div>				  			
 					  	</div>					  					  					  
 				  	</div>				  	
 			  	</div>			  	




More information about the Movecommons-commits mailing list