Fixed: Update issue form: comment field from log time end out of screen (#1227).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1427 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
77e87eb0ba
commit
75d25b7e61
|
@ -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 %>
|
||||
|
|
|
@ -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; }
|
||||
|
|
Loading…
Reference in New Issue