Reduces spacing on the bulk edit form.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3479 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
e24d6cc223
commit
6ed9734cb9
|
@ -5,7 +5,7 @@
|
|||
<% form_tag() do %>
|
||||
<%= @issues.collect {|i| hidden_field_tag('ids[]', i.id)}.join %>
|
||||
<div class="box tabular">
|
||||
<fieldset>
|
||||
<fieldset class="attributes">
|
||||
<legend><%= l(:label_change_properties) %></legend>
|
||||
|
||||
<div class="splitcontentleft">
|
||||
|
|
|
@ -299,9 +299,9 @@ table#time-report tbody tr.last-level { font-style: normal; color: #555; }
|
|||
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; }
|
||||
|
||||
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.root { margin: 0; padding: 0; }
|
||||
|
|
Loading…
Reference in New Issue