OSDN Git Service

Reduces spacing on the bulk edit form.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 23 Feb 2010 21:44:28 +0000 (21:44 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 23 Feb 2010 21:44:28 +0000 (21:44 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3479 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/bulk_edit.rhtml
public/stylesheets/application.css

index 3cf9ec1..b011288 100644 (file)
@@ -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">
index 6db5e58..577cdb2 100644 (file)
@@ -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; }