##// END OF EJS Templates
Fixed: Update issue form: comment field from log time end out of screen (#1227)....
Jean-Philippe Lang -
r1412:75d25b7e61c1
parent child
Show More
@@ -21,9 +21,9
21 <p><%= time_entry.text_field :hours, :size => 6, :label => :label_spent_time %> <%= l(:field_hours) %></p>
21 <p><%= time_entry.text_field :hours, :size => 6, :label => :label_spent_time %> <%= l(:field_hours) %></p>
22 </div>
22 </div>
23 <div class="splitcontentright">
23 <div class="splitcontentright">
24 <p><%= time_entry.text_field :comments, :size => 40 %></p>
25 <p><%= time_entry.select :activity_id, (@activities.collect {|p| [p.name, p.id]}) %></p>
24 <p><%= time_entry.select :activity_id, (@activities.collect {|p| [p.name, p.id]}) %></p>
26 </div>
25 </div>
26 <p><%= time_entry.text_field :comments, :size => 60 %></p>
27 <% end %>
27 <% end %>
28 </fieldset>
28 </fieldset>
29 <% end %>
29 <% end %>
@@ -241,6 +241,8 text-align: left;
241 width: 200px;
241 width: 200px;
242 }
242 }
243
243
244 input#time_entry_comments { width: 90%;}
245
244 #preview fieldset {margin-top: 1em; background: url(../images/draft.png)}
246 #preview fieldset {margin-top: 1em; background: url(../images/draft.png)}
245
247
246 .tabular.settings p{ padding-left: 300px; }
248 .tabular.settings p{ padding-left: 300px; }
General Comments 0
You need to be logged in to leave comments. Login now