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

Mario Gallegos mgallegos at ourproject.org
Thu Mar 15 02:31:07 CET 2012


Author: mgallegos
Date: 2012-03-15 02:31:06 +0100 (Thu, 15 Mar 2012)
New Revision: 216

Modified:
   trunk/wp-theme/mc2-form.php
Log:


Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php	2012-03-15 01:26:58 UTC (rev 215)
+++ trunk/wp-theme/mc2-form.php	2012-03-15 01:31:06 UTC (rev 216)
@@ -72,19 +72,19 @@
 						    	<?php _e("We are registered as Non-profit, check this webpage:", "mc"); ?>
 					    	</label>
 					    	<label id="infield-non-profit-website" for="non-profit-website" style="position: absolute;display: block;margin: 5px 5px 5px 6px;padding: 0;">something like http://example.com</label>
-							<input type="text" name="non-profit-website" value="" id="non-profit-website">
+							<input type="text" name="non-profit-website" value="" id="non-profit-website" style="width: 330px;margin-left: 42px;margin-top: 5px;">
 					    	<label class="optional-labels-fields">					     
 						    	<input type="checkbox" name="open-accounting" value="S" id="open-accounting" />
 						    	<?php _e("We have Open-accounting, check this webpage:", "mc"); ?>
 					    	</label>
 					    	<label id="infield-open-accounting-website" for="open-accounting-website" style="position: absolute;display: block;margin: 5px 5px 5px 6px;padding: 0;">something like http://example.com</label>
-							<input type="text" name="open-accounting-website" value="" id="open-accounting-website">
+							<input type="text" name="open-accounting-website" value="" id="open-accounting-website" style="width: 330px;margin-left: 42px;margin-top: 5px;">
 					    	<label class="optional-labels-fields">					     
 						    	<input type="checkbox" name="accept-donations" value="S" id="accept-donations" />
 						    	<?php _e("We accept donations, check this webpage:", "mc"); ?>
 					    	</label>
 					    	<label id="infield-donation-website" for="donation-website" style="position: absolute;display: block;margin: 5px 5px 5px 6px;padding: 0;">something like http://example.com</label>
-							<input type="text" name="donation-website" value="" id="donation-website">  
+							<input type="text" name="donation-website" value="" id="donation-website" style="width: 330px;margin-left: 42px;margin-top: 5px;">  
 					  	</div>					  					  					  
 				  	</div>
 			  	</div>			  	




More information about the Movecommons-commits mailing list