More form cleanup. #1274
This commit is contained in:
@@ -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">
|
||||
|
||||
|
||||
@@ -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 %>
|
||||
|
||||
@@ -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; }
|
||||
Reference in New Issue
Block a user