[#4508] Reposition the Retainer single month label.

This commit is contained in:
Eric Davis
2010-09-14 14:44:55 -07:00
parent 4ba5ac7f8f
commit e1a7297312
2 changed files with 3 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
<% form.inputs :name => label, :class => "deliverable-finances #{fieldset_class}" do %>
<li style="display:none;" id='retainer-finances-message'>
<%= content_tag(:p, l(:text_retainer_monthly_message)) %>
<%= content_tag(:label, l(:text_retainer_monthly_message)) %>
</li>
<li class="numeric optional">

View File

@@ -45,6 +45,8 @@ padding-left: 120px; /*width of left column containing the label elements*/
padding-left: 0px; /* Don't pad submit buttons */
}
#retainer-finances-message label { margin-left: -50px; } /* Unpad the label a bit */
#content .error_msg{
background: #ffd5d5;
color: #a40000;