Browse Source

Reduces spacing on the bulk edit form.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3479 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/1.0.0
Jean-Philippe Lang 14 years ago
parent
commit
6ed9734cb9
2 changed files with 4 additions and 4 deletions
  1. 1
    1
      app/views/issues/bulk_edit.rhtml
  2. 3
    3
      public/stylesheets/application.css

+ 1
- 1
app/views/issues/bulk_edit.rhtml View File

<% form_tag() do %> <% form_tag() do %>
<%= @issues.collect {|i| hidden_field_tag('ids[]', i.id)}.join %> <%= @issues.collect {|i| hidden_field_tag('ids[]', i.id)}.join %>
<div class="box tabular"> <div class="box tabular">
<fieldset>
<fieldset class="attributes">
<legend><%= l(:label_change_properties) %></legend> <legend><%= l(:label_change_properties) %></legend>


<div class="splitcontentleft"> <div class="splitcontentleft">

+ 3
- 3
public/stylesheets/application.css View File

table#time-report tbody tr.total { font-style: normal; font-weight: bold; color: #555; background-color:#EEEEEE; } table#time-report tbody tr.total { font-style: normal; font-weight: bold; color: #555; background-color:#EEEEEE; }
table#time-report .hours-dec { font-size: 0.9em; } table#time-report .hours-dec { font-size: 0.9em; }


form#issue-form .attributes { margin-bottom: 8px; }
form#issue-form .attributes p { padding-top: 1px; padding-bottom: 2px; }
form#issue-form .attributes select { min-width: 30%; }
form .attributes { margin-bottom: 8px; }
form .attributes p { padding-top: 1px; padding-bottom: 2px; }
form .attributes select { min-width: 50%; }


ul.projects { margin: 0; padding-left: 1em; } ul.projects { margin: 0; padding-left: 1em; }
ul.projects.root { margin: 0; padding: 0; } ul.projects.root { margin: 0; padding: 0; }

Loading…
Cancel
Save