This commit is contained in:
yanxd 2014-05-14 17:20:31 +08:00
parent 665a17eda5
commit 14e4bf5bcc
2 changed files with 3 additions and 5 deletions

View File

@ -40,10 +40,8 @@
<td class="filesize"><%= number_to_human_size(file.filesize) %></td>
<td class="attach_type">
<span id="attach_type_id_label<%= file.id %>" style="white-space:nowrap;"><%= file.attachmentstype.typeName %></span>
&nbsp;
<span id="attach_type_id_edit<%= file.id %>" style="white-space:nowrap;">
<%= render :partial => 'attachments/type_edit', :locals => {:attachmenttypes => attachmenttypes,
:attachment => file, :contentype => selContentType} %>
<%= render :partial => 'attachments/type_edit', :locals => {:attachmenttypes => attachmenttypes, :attachment => file, :contentype => selContentType} %>
</span>
</td>
<td class="content_type"><%= file.show_suffix_type %></td>

View File

@ -965,7 +965,7 @@ div.issue {
}
#ver-zebra td {
padding: 8px 15px;
padding: 8px;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
color: #669;
@ -1069,7 +1069,7 @@ div.tags_area {
border-bottom: 1px solid #d6dfff;
}
.filename {
ver-zebra .filename {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;