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

Mario Gallegos mgallegos at ourproject.org
Thu Nov 1 05:51:43 CET 2012


Author: mgallegos
Date: 2012-11-01 05:51:42 +0100 (Thu, 01 Nov 2012)
New Revision: 549

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


Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php	2012-11-01 04:47:57 UTC (rev 548)
+++ trunk/wp-theme/mc2-form.php	2012-11-01 04:51:42 UTC (rev 549)
@@ -412,9 +412,9 @@
 	<!-- 
 	<area href="#" shape="circle" coords="30,16,11">
 	 -->
-    <area href="#"shape="circle" coords="122,13,13"><!--2-->
-    <area href="#"shape="circle" coords="214,13,13">
-    <area href="#"shape="circle" coords="306,13,13">
+    <area href="#"shape="circle" coords="122,12,13"><!--2-->
+    <area href="#"shape="circle" coords="214,12,13">
+    <area href="#"shape="circle" coords="306,12,13">
 </map>
  
  
@@ -447,12 +447,11 @@
 	$j( "#step4-radio").buttonset();
 	$j( "#step5-radio").buttonset();			
 	$j("ul.qtrans_language_chooser > li").css("display", "inline");
-	$j("ul.qtrans_language_chooser").css("margin-top", "-25px");
-	$j( ".map").mapster();
-	/*$j( ".map").mapster({
-        fillColor: 'ff0000',
-        fillOpacity: 0.3
-    });*/
+	$j("ul.qtrans_language_chooser").css("margin-top", "-25px");	
+	$j( ".map").mapster({
+        fillColor: 'EA8F5F',
+        fillOpacity: 0.5
+    });
 });
 	
 </script>
\ No newline at end of file




More information about the Movecommons-commits mailing list