More form cleanup. #1274

This commit is contained in:
Eric Davis
2008-06-12 15:14:17 -07:00
parent 52d6687f52
commit c5a59ba5fe
3 changed files with 9 additions and 2 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
<fieldset class="tabular">
<%= error_messages_for 'deliverable' %>
<div class="box">
<div class="splitcontentleft">
@@ -104,7 +105,7 @@
<div id="preview" class="wiki"></div>
</fieldset>
<% content_for :header_tags do %>
<script type="text/javascript">
+4
View File
@@ -5,3 +5,7 @@
<%= render :partial => 'form', :locals => { :mode => :update, :f => f } %>
<% end %>
<% content_for :header_tags do %>
<%= stylesheet_link_tag "budget.css", :plugin => "budget_plugin", :media => "screen" %>
<% end %>
+3 -1
View File
@@ -41,4 +41,6 @@ p.total-budget #total-budget-calculation { }
/* Rest some defaults */
.jstElements button { padding: 0; margin-right: 0px;}
.tabular label { margin-left: 0; float: none;}
.tabular div.splitcontentright label { margin-left: 0; float: none;}
.tabular div.splitcontentright p { padding-left: 80px; }