From 14e4bf5bcc96a94956b45e795bad919313cf9a71 Mon Sep 17 00:00:00 2001 From: yanxd Date: Wed, 14 May 2014 17:20:31 +0800 Subject: [PATCH] typo --- app/views/files/_show_all_attachment.html.erb | 4 +--- public/stylesheets/nyan.css | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/app/views/files/_show_all_attachment.html.erb b/app/views/files/_show_all_attachment.html.erb index 6a2d6e545..07dc6a27f 100644 --- a/app/views/files/_show_all_attachment.html.erb +++ b/app/views/files/_show_all_attachment.html.erb @@ -40,10 +40,8 @@ <%= number_to_human_size(file.filesize) %> <%= file.attachmentstype.typeName %> -   - <%= render :partial => 'attachments/type_edit', :locals => {:attachmenttypes => attachmenttypes, - :attachment => file, :contentype => selContentType} %> + <%= render :partial => 'attachments/type_edit', :locals => {:attachmenttypes => attachmenttypes, :attachment => file, :contentype => selContentType} %> <%= file.show_suffix_type %> diff --git a/public/stylesheets/nyan.css b/public/stylesheets/nyan.css index a8eb82cbb..4bb81d2f8 100644 --- a/public/stylesheets/nyan.css +++ b/public/stylesheets/nyan.css @@ -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;