]> source.dussan.org Git - redmine.git/commitdiff
Fixed: Update issue form: comment field from log time end out of screen (#1227).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 13 May 2008 17:51:55 +0000 (17:51 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 13 May 2008 17:51:55 +0000 (17:51 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1427 e93f8b46-1217-0410-a6f0-8f06a7374b81

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

index 2e00ab520ce86121708b9439d77ccdfdc64112a3..49f198a63629b2fb79b3e900739f91ddd7e17da0 100644 (file)
@@ -21,9 +21,9 @@
         <p><%= time_entry.text_field :hours, :size => 6, :label => :label_spent_time %> <%= l(:field_hours) %></p>
         </div>
         <div class="splitcontentright">
-        <p><%= time_entry.text_field :comments, :size => 40 %></p>
         <p><%= time_entry.select :activity_id, (@activities.collect {|p| [p.name, p.id]}) %></p>
         </div>
+        <p><%= time_entry.text_field :comments, :size => 60 %></p>
         <% end %>
     </fieldset>
     <% end %>
index 18e1de621977c6b91e5e55abd15e6567a54fcb69..8e4bf995cee6aecdf9e37cc1db824908f49f6b3d 100644 (file)
@@ -241,6 +241,8 @@ text-align: left;
 width: 200px;
 }
 
+input#time_entry_comments { width: 90%;}
+
 #preview fieldset {margin-top: 1em; background: url(../images/draft.png)}
 
 .tabular.settings p{ padding-left: 300px; }