[Movecommons-commits] r292 - trunk/wp-theme
Mario Gallegos
mgallegos at ourproject.org
Tue May 8 21:12:10 CEST 2012
Author: mgallegos
Date: 2012-05-08 21:12:09 +0200 (Tue, 08 May 2012)
New Revision: 292
Modified:
trunk/wp-theme/mc2-form.php
Log:
Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php 2012-05-08 18:41:32 UTC (rev 291)
+++ trunk/wp-theme/mc2-form.php 2012-05-08 19:12:09 UTC (rev 292)
@@ -12,14 +12,14 @@
<div class="mc-form-category-group-a-v2" style="padding: 22px;">
<div class="mc-form-required-info2" id="mc-form-required-name">
<div class="label">
- <label id="mc-required-title-name"><?php _e("Name of your initiative", "mc"); ?><span class="required-field">*</span></label>
+ <label id="mc-required-title-name" style="background-color: #FEFBFD"><?php _e("Name of your initiative", "mc"); ?><span class="required-field">*</span></label>
<label class="pre" for="ininame"></label>
<input type="text" name="ininame" value="" id="ininame" />
</div>
</div>
<div class="mc-form-required-info2" id="mc-form-required-url">
<div class="label">
- <label id="mc-required-title-url"><?php _e("Web address", "mc"); ?><span class="required-field">*</span></label>
+ <label id="mc-required-title-url" style="background-color: #FEFBFD"><?php _e("Web address", "mc"); ?><span class="required-field">*</span></label>
<label id="infield-url" for="url" style="position: absolute;display: block;margin: 11px 0px 5px 12px;padding: 0;font-size: 14px;"><?php _e("something like http://example.com", "mc"); ?></label>
<!--
<label id="label1" class="pre" for="url"><?php _e("something like http://example.com", "mc"); ?></label>
@@ -28,14 +28,14 @@
</div>
</div>
<div id="mc-form-optional-languages">
- <div style="position: relative;float: left;width: 405px;font-size: 16px;margin-right:23px;margin-top: 20px;">
- <label id="mc-optional-languages"><?php _e("Language(s) (press enter or comma to separate)", "mc"); ?></label>
+ <div style="position: relative;float: left;width: 400px;font-size: 16px;margin-right:23px;margin-top: 20px;">
+ <label id="mc-optional-languages" style="background-color: #FEFBFD"><?php _e("Language(s) (press enter or comma to separate)", "mc"); ?></label>
<input type="text" name="languages" value="" id="languages" />
</div>
</div>
<div id="mc-form-optional-keywords">
- <div style="position: relative;float: left;width: 405px;font-size: 16px;margin-right:23px;margin-top: 20px;">
- <label id="mc-optional-keywords"><?php _e("Keywords (press enter or comma to separate)", "mc"); ?></label>
+ <div style="position: relative;float: left;width: 400px;font-size: 16px;margin-right:23px;margin-top: 20px;">
+ <label id="mc-optional-keywords" style="background-color: #FEFBFD"><?php _e("Keywords (press enter or comma to separate)", "mc"); ?></label>
<!--
<label class="pre" for="keywords"><?php _e("for ex: health, education, etc", "mc"); ?></label>
-->
@@ -44,7 +44,7 @@
</div>
<div class="mc-form-optional-info2" id="mc-form-optional-location">
<div class="label">
- <label id="mc-optional-location"><?php _e("Location", "mc"); ?></label>
+ <label id="mc-optional-location" style="background-color: #FEFBFD"><?php _e("Location", "mc"); ?></label>
<input type="text" name="location" value="" id="location" />
</div>
</div>
More information about the Movecommons-commits
mailing list