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

Mario Gallegos mgallegos at ourproject.org
Sun May 20 02:57:25 CEST 2012


Author: mgallegos
Date: 2012-05-20 02:57:25 +0200 (Sun, 20 May 2012)
New Revision: 398

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


Modified: trunk/src/mc-dia-form2.css
===================================================================
--- trunk/src/mc-dia-form2.css	2012-05-20 00:47:55 UTC (rev 397)
+++ trunk/src/mc-dia-form2.css	2012-05-20 00:57:25 UTC (rev 398)
@@ -31,7 +31,7 @@
     position: relative;*/
 }
     #containerSlides #first_step, #second_step, #third_step, #fourth_step { display: none; }
-    #containerSlides #first_step { display: block; width: 754px;padding: 50px 0;position: relative;}
+    #containerSlides #first_step { display: block; width: 754px;padding: 25px 0;position: relative;margin: 0 auto;}
 
     #containerSlides .form { margin: 20px 72px 0 72px; }
     

Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php	2012-05-20 00:47:55 UTC (rev 397)
+++ trunk/wp-theme/mc2-form.php	2012-05-20 00:57:25 UTC (rev 398)
@@ -33,7 +33,7 @@
 
 <div id="containerSlides">
 	<form action="#" method="post">
-	<div id="first_step"> <!-- First slide -->
+	<div id="first_step" class="mc-form-category-group-a-v2"> <!-- First slide -->
 		<h1>FRAME YOUR INITIATIVE OR COLLECTIVE</h1>
 		<div class="form">
 			<input type="text" name="ininame" value="Name of your initiative" id="ininame"/>
@@ -47,8 +47,8 @@
 			<input type="text" name="location" value="Location" id="location" onblur="$j('#ininame').focus();"/>
 			<label for="location"><?php _e("Location....", "mc"); ?></label>	    			
 		</div>     
-		<div class="clear"></div>		
-		 <input class="submit" type="submit" name="submit_first" id="submit_first" value="" />			
+		<input class="submit" type="submit" name="submit_first" id="submit_first" value="" />
+		<div class="clear"></div>							
 	</div><!-- End first slide -->
 	<div class="clear"></div>		
  	




More information about the Movecommons-commits mailing list