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

Mario Gallegos mgallegos at ourproject.org
Mon Mar 12 20:05:09 CET 2012


Author: mgallegos
Date: 2012-03-12 20:04:53 +0100 (Mon, 12 Mar 2012)
New Revision: 179

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


Modified: trunk/src/mc.css
===================================================================
--- trunk/src/mc.css	2012-03-12 15:06:37 UTC (rev 178)
+++ trunk/src/mc.css	2012-03-12 19:04:53 UTC (rev 179)
@@ -92,6 +92,12 @@
   heigth: 300px;
 }
 
+
+.mc-form-category-group-v2 { 
+  padding: 20px 20px 0 20px;
+  width: 400px;
+}
+
 .mc-form-category-group-ba { 
   border-bottom: 2px solid #b7c4c8;
   border-left: 1px solid #b7c4c8;

Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php	2012-03-12 15:06:37 UTC (rev 178)
+++ trunk/wp-theme/mc2-form.php	2012-03-12 19:04:53 UTC (rev 179)
@@ -56,10 +56,10 @@
   <div class="mc-clean"></div>  	
   
  	<div id="mc-form-optional-boxes">
-	  	<div style="position: relative;float: left;width: 420px;font-size: 16px;margin-right:23px;margin-top: 20px;">
+	  	<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>  
 		  <div class="mc-cat-group-a" id="mc-cat-group-a">
-		 	<div class="mc-form-rounded mc-form-category-group mc-form-category-group-a float-left mc-form-category-group-a" id="mc-form-category-group-a">
+		 	<div class="mc-form-rounded mc-form-category-group-v2 mc-form-category-group-a float-left" id="mc-form-category-group-a">
 			    <img src="/mc/0.1/images/step1.png" alt="step1" class="mc-steps-number" />
 			  	<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" title="<?php _e("Click to select", "mc"); ?>">
@@ -77,10 +77,10 @@
 		  </div>
 		  
 		  <div class="mc-cat-group-b" id="mc-cat-group-b">
-		  	<div class="mc-form-rounded mc-form-category-group mc-form-category-group-a float-left mc-form-category-group-b" id="mc-form-category-group-b">
+		  	<div class="mc-form-rounded mc-form-category-group-v2 mc-form-category-group-b float-left" id="mc-form-category-group-b">
 			    <img src="/mc/0.1/images/step2.png" alt="step2" class="mc-steps-number" />
-			  	<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-rp" class="mc-form-rounded mc-form-descbox mc-form-descbox-b" title="<?php _e("Click to select", "mc"); ?>">
+			  	<img src="/mc/0.1/images/cat-selected.png" alt="selected" class="mc-cat-selected mc-cat-selected-a" id="mc-cat-selected-rp" />
+			  	<div id="mc-form-rp" class="mc-form-rounded mc-form-descbox mc-form-descbox-a" title="<?php _e("Click to select", "mc"); ?>">
 			    	<div id="mc-form-more-link-rp" class="mc-form-link"><?php _e("What is this?", "mc"); ?></div>
 			    	<div id="mc-form-less-link-rp" class="mc-form-link"><?php _e("less info", "mc"); ?></div>
 			    	<div class="mc-form-descbox-header"><?php _e("Reproducible", "mc"); ?></div>
@@ -88,7 +88,7 @@
 				    <div id="mc-form-more-text-rp" class="mc-form-more-text">
 						<?php _e("<ul> <li>The initiative is easily visible to anyone, providing the necessary online material</li> <li>The initiative has transparent procedures and results</li> <li>The initiative allows others to copy and adapt their procedures and materials, probably using <a href=\"http://creativecommons.org/\">Creative Commons</a> licenses for them</li> </ul>", "mc"); ?></div>
 				  	</div>
-			  		<div class="mc-form-icon mc-form-icon-b">
+			  		<div class="mc-form-icon mc-form-icon-a">
 			    		<img id="mc-form-icon-rp" alt="rp" src="/mc/0.1/images/rp60.png" />
 			  		</div>
 		  	</div>




More information about the Movecommons-commits mailing list