mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-20 15:31:12 +00:00
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 %>
|
<% 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">
|
||||||
|
|||||||
@ -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 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 .attributes { margin-bottom: 8px; }
|
||||||
form#issue-form .attributes p { padding-top: 1px; padding-bottom: 2px; }
|
form .attributes p { padding-top: 1px; padding-bottom: 2px; }
|
||||||
form#issue-form .attributes select { min-width: 30%; }
|
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…
x
Reference in New Issue
Block a user