##// END OF EJS Templates
Reduces spacing on the bulk edit form....
Jean-Philippe Lang -
r3365:6ed9734cb99f
parent child
Show More
@@ -5,7 +5,7
5 <% form_tag() do %>
5 <% form_tag() do %>
6 <%= @issues.collect {|i| hidden_field_tag('ids[]', i.id)}.join %>
6 <%= @issues.collect {|i| hidden_field_tag('ids[]', i.id)}.join %>
7 <div class="box tabular">
7 <div class="box tabular">
8 <fieldset>
8 <fieldset class="attributes">
9 <legend><%= l(:label_change_properties) %></legend>
9 <legend><%= l(:label_change_properties) %></legend>
10
10
11 <div class="splitcontentleft">
11 <div class="splitcontentleft">
@@ -299,9 +299,9 table#time-report tbody tr.last-level { font-style: normal; color: #555; }
299 table#time-report tbody tr.total { font-style: normal; font-weight: bold; color: #555; background-color:#EEEEEE; }
299 table#time-report tbody tr.total { font-style: normal; font-weight: bold; color: #555; background-color:#EEEEEE; }
300 table#time-report .hours-dec { font-size: 0.9em; }
300 table#time-report .hours-dec { font-size: 0.9em; }
301
301
302 form#issue-form .attributes { margin-bottom: 8px; }
302 form .attributes { margin-bottom: 8px; }
303 form#issue-form .attributes p { padding-top: 1px; padding-bottom: 2px; }
303 form .attributes p { padding-top: 1px; padding-bottom: 2px; }
304 form#issue-form .attributes select { min-width: 30%; }
304 form .attributes select { min-width: 50%; }
305
305
306 ul.projects { margin: 0; padding-left: 1em; }
306 ul.projects { margin: 0; padding-left: 1em; }
307 ul.projects.root { margin: 0; padding: 0; }
307 ul.projects.root { margin: 0; padding: 0; }
General Comments 0
You need to be logged in to leave comments. Login now