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

Mario Gallegos mgallegos at ourproject.org
Thu Mar 8 00:29:57 CET 2012


Author: mgallegos
Date: 2012-03-08 00:29:57 +0100 (Thu, 08 Mar 2012)
New Revision: 157

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


Modified: trunk/src/jquery.tagsinput.css
===================================================================
--- trunk/src/jquery.tagsinput.css	2012-03-07 23:15:47 UTC (rev 156)
+++ trunk/src/jquery.tagsinput.css	2012-03-07 23:29:57 UTC (rev 157)
@@ -1,7 +1,7 @@
-div.tagsinput { border:1px solid #B7C4C8; background: #FFF; padding:5px; width:415px; height:100px; overflow-y: auto;}
+div.tagsinput { margin-bottom: 10px;border:1px solid #B7C4C8; background: #FFF; padding:5px; width:415px; height:100px; overflow-y: auto;}
 div.tagsinput span.tag { border: 1px solid #a5d24a; -moz-border-radius:2px; -webkit-border-radius:2px; display: block; float: left; padding: 5px; text-decoration:none; background: #cde69c; color: #638421; margin-right: 5px; margin-bottom:5px;font-family: helvetica;  font-size:13px;}
 div.tagsinput span.tag a { font-weight: bold; color: #82ad2b; text-decoration:none; font-size: 11px;  } 
-div.tagsinput input { width:80px; margin:0px; font-family: helvetica; font-size: 13px; border:1px solid transparent; padding:5px; background: transparent; color: #000; outline:0px;  margin-right:5px; margin-bottom:5px; }
+div.tagsinput input { width:115px; margin:0px; font-family: helvetica; font-size: 13px; border:1px solid transparent; padding:5px; background: transparent; color: #000; outline:0px;  margin-right:5px; margin-bottom:5px; }
 div.tagsinput div { display:block; float: left; } 
 .tags_clear { clear: both; width: 100%; height: 0px; }
 .not_valid {background: #FBD8DB !important; color: #90111A !important;}

Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php	2012-03-07 23:15:47 UTC (rev 156)
+++ trunk/wp-theme/mc2-form.php	2012-03-07 23:29:57 UTC (rev 157)
@@ -28,7 +28,9 @@
   <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 tab or comma to separate)", "mc"); ?></label>
+	    <!-- 
 	    <label class="pre" for="keywords"><?php _e("for ex: health, education, etc", "mc"); ?></label>
+	     --> 
 	    <input type="text" name="keywords" value="" id="keywords" />
 	  </div>
   </div>  
@@ -169,6 +171,6 @@
 <script type="text/javascript" src="/mc/0.1/mc-dia-form.js"></script>
 
 <script type="text/javascript">
-	$j('#languages').tagsInput({width:'415px',defaultText:'Add a new language'});
-	$j('#keywords').tagsInput({width:'415px',defaultText:'Add a new keyword'});
+	$j('#languages').tagsInput({width:'415px',defaultText:'Add a language'});
+	$j('#keywords').tagsInput({width:'415px',defaultText:'Add a keyword'});
 </script>
\ No newline at end of file




More information about the Movecommons-commits mailing list