[Movecommons-commits] r199 - in trunk: src wp-theme

Mario Gallegos mgallegos at ourproject.org
Wed Mar 14 17:20:23 CET 2012


Author: mgallegos
Date: 2012-03-14 17:20:23 +0100 (Wed, 14 Mar 2012)
New Revision: 199

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


Modified: trunk/src/mc.css
===================================================================
--- trunk/src/mc.css	2012-03-14 16:02:05 UTC (rev 198)
+++ trunk/src/mc.css	2012-03-14 16:20:23 UTC (rev 199)
@@ -445,7 +445,7 @@
   font-size: 16px; 
 }
 
-#mc-required-title-url, #mc-required-title-name, #mc-optional-title { 
+#mc-required-title-url, #mc-required-title-name, #mc-optional-title,#mc-optional-keywords,#mc-optional-languages,#mc-optional-optional-boxes,#mc-optional-location,#mc-optional-non-profit{ 
   position: absolute; 
   top: -20px; 
   font-weight: bold;

Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php	2012-03-14 16:02:05 UTC (rev 198)
+++ trunk/wp-theme/mc2-form.php	2012-03-14 16:20:23 UTC (rev 199)
@@ -19,15 +19,15 @@
 	    <input type="text" name="url" value="" id="url" />
 	  </div>
   </div>
-  <div id="mc-form-optional-keywords">
+  <div id="mc-form-optional-languages">
 	  <div style="position: relative;float: left;width: 420px;font-size: 16px;margin-right:23px;margin-top: 20px;">
-	    <label id="mc-optional-title"><?php _e("Language(s) (press enter or comma to separate)", "mc"); ?></label>	    
+	    <label id="mc-optional-languages"><?php _e("Language(s) (press enter or comma to separate)", "mc"); ?></label>	    
 	    <input type="text" name="languages" value="" id="languages" />
 	  </div>
   </div>
   <div id="mc-form-optional-keywords">
 	  <div style="position: relative;float: left;width: 420px;font-size: 16px;margin-right:23px;margin-top: 20px;">
-	    <label id="mc-optional-title"><?php _e("Keywords (press enter or comma to separate)", "mc"); ?></label>
+	    <label id="mc-optional-keywords"><?php _e("Keywords (press enter or comma to separate)", "mc"); ?></label>
 	    <!-- 
 	    <label class="pre" for="keywords"><?php _e("for ex: health, education, etc", "mc"); ?></label>
 	     --> 
@@ -36,7 +36,7 @@
   </div>       
   <div class="mc-form-optional-info" id="mc-form-optional-location">
 	  <div class="label">
-	    <label id="mc-optional-title"><?php _e("Location", "mc"); ?></label>	    
+	    <label id="mc-optional-location"><?php _e("Location", "mc"); ?></label>	    
 	    <input type="text" name="location" value="" id="location" />
 	  </div>
   </div>    
@@ -44,7 +44,7 @@
   
  	<div id="mc-form-optional-boxes">
 	  	<div style="position: relative;float: left;width: 100%;font-size: 16px;margin-right:23px;margin-top: 20px;">
-		  <label id="mc-optional-title"><?php _e("Click on those you think corespond to your initiative:", "mc"); ?></label>  
+		  <label id="mc-optional-optional-boxes"><?php _e("Click on those you think corespond to your initiative:", "mc"); ?></label>  
 		  <div class="mc-cat-group-a-v2" id="mc-cat-group-a">
 		  	<div style="float: left;" class="mc-form-category-group-a-v2">		  	
 			 	<div class="mc-form-rounded mc-form-category-group-v2 float-left" id="mc-form-category-group-a">				    
@@ -63,9 +63,11 @@
 			  	</div>
 			  	<div style="float: left;width: 490px;height: 154px;">
 			  		<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;">
+			  		<div id="mc-form-optional-non-profit">					  
+					  <label id="mc-optional-non-profit"><?php _e("Optional", "mc"); ?></label>
+					  <!-- 
 					    <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"); ?>
@@ -73,8 +75,7 @@
 					    <label>					     
 						    <input type="checkbox" name="open-accounting" value="" id="open-accounting" />
 						    <?php _e("We have Open-accounting", "mc"); ?>
-					    </label>
-					  </div>
+					    </label>					  
 				  	</div>
 			  	</div>			  	
 		  	</div>		  	




More information about the Movecommons-commits mailing list