[Movecommons-commits] r431 - in trunk: src wp-theme
Mario Gallegos
mgallegos at ourproject.org
Sat Jun 2 23:23:13 CEST 2012
Author: mgallegos
Date: 2012-06-02 23:23:13 +0200 (Sat, 02 Jun 2012)
New Revision: 431
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-06-02 20:33:03 UTC (rev 430)
+++ trunk/src/mc-dia-form2.css 2012-06-02 21:23:13 UTC (rev 431)
@@ -62,7 +62,7 @@
color: #a90329;
}
- #first_step input{
+ .firstStepInput{
background: url('/mc/0.1/images/input.png') no-repeat;
color: #888;
border: 1px solid #ccc;
Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php 2012-06-02 20:33:03 UTC (rev 430)
+++ trunk/wp-theme/mc2-form.php 2012-06-02 21:23:13 UTC (rev 431)
@@ -36,11 +36,11 @@
<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"/>
+ <input type="text" name="ininame" value="Name of your initiative" id="ininame" class="firstStepInput"/>
<label for="ininame"><span class="required-field">*</span><?php _e("Name of your initiative or collective", "mc"); ?></label>
- <input type="text" name="url" value="Web address" id="url"/>
+ <input type="text" name="url" value="Web address" id="url" class="firstStepInput"/>
<label for="url"><span class="required-field">*</span><?php _e("Web address ...", "mc"); ?></label>
- <input type="text" name="languages" id="languages"/>
+ <input type="text" name="languages" id="languages" class="firstStepInput"/>
<label for="languages"><?php _e("Language(s) (press enter or comma to separate)", "mc"); ?></label>
<input type="text" name="keywords" id="keywords"/>
<label for="keywords"><?php _e("Keywords (press enter or comma to separate)", "mc"); ?></label>
@@ -334,8 +334,8 @@
<script type="text/javascript">
$j(document).ready(function() {
- $j('#languages').tagsInput({width:'340px',defaultText:'Add a language'});
- $j('#keywords').tagsInput({width:'340px',defaultText:'Add a keyword'});
+ $j('#languages').tagsInput({defaultText:'Add a language'});
+ $j('#keywords').tagsInput({defaultText:'Add a keyword'});
$j('#infield-donation-website').inFieldLabels();
$j('#infield-non-profit-website').inFieldLabels();
$j('#infield-open-accounting-website').inFieldLabels();
More information about the Movecommons-commits
mailing list