diff --git a/app/views/attachments/_show_attachment_history.html.erb b/app/views/attachments/_show_attachment_history.html.erb
index 9dc700123..fb2afd308 100644
--- a/app/views/attachments/_show_attachment_history.html.erb
+++ b/app/views/attachments/_show_attachment_history.html.erb
@@ -1,56 +1,57 @@
-
-更新资源版本
-
-
-
-
当前版本
-
-
-
-
- <% unless @attachment_histories.empty? %>
-
-
历史版本
-
- <% @attachment_histories.each do |history| %>
-
- <%= link_to truncate(history.filename,length: 35, omission: '...'),
- download_history_attachment_path(history.id, history.filename),
- :title => history.filename+"\n"+history.description.to_s, :style => "overflow: hidden; white-space: nowrap;text-overflow: ellipsis;",:class => "linkBlue f_14 f_b" %>
- 版本号:<%= history.version %>
-
-
- <% end %>
-
- <% end %>
-
-
- <%= form_tag(upload_attachment_version_path, :multipart => true,:remote => !ie8?,:name=>"upload_form",:id=>'upload_form') do %>
- <%= hidden_field_tag :old_attachment_id,@attachment.id %>
-
-
-
-
-
-
- <%= render :partial => 'attachments/upload_attachment_new_version' %>
-
-
-
-
-
-
(未选择文件)
-
您可以上传小于50MB的文件
-
-
-
-
-
-
- <%= submit_tag '确定',:onclick=>'upload_attachment_version(event);',:onfocus=>'this.blur()',:id=>'upload_files_submit_btn',:class=>'sendSourceText' %>
-
-
-
- <% end %>
-
+
+更新资源版本
+
+
+
+
当前版本
+
+
+
+
+ <% unless @attachment_histories.empty? %>
+
+
历史版本
+
+ <% @attachment_histories.each do |history| %>
+
+ <%= link_to truncate(history.filename,length: 35, omission: '...'),
+ download_history_attachment_path(history.id, history.filename),
+ :title => history.filename+"\n"+history.description.to_s, :style => "overflow: hidden; white-space: nowrap;text-overflow: ellipsis; max-width:300px;",:class => "linkBlue f_14 f_b link_file_a2 fl" %>
+ 版本号:<%= history.version %>
+
+
+
+ <% end %>
+
+ <% end %>
+
+
+ <%= form_tag(upload_attachment_version_path, :multipart => true,:remote => !ie8?,:name=>"upload_form",:id=>'upload_form') do %>
+ <%= hidden_field_tag :old_attachment_id,@attachment.id %>
+
+
+
+
+
+
+ <%= render :partial => 'attachments/upload_attachment_new_version' %>
+
+
+
+
+
+
(未选择文件)
+
您可以上传小于50MB的文件
+
+
+
+
+
+
+ <%= submit_tag '确定',:onclick=>'upload_attachment_version(event);',:onfocus=>'this.blur()',:id=>'upload_files_submit_btn',:class=>'sendSourceText' %>
+
+
+
+ <% end %>
+
\ No newline at end of file
diff --git a/public/stylesheets/courses.css b/public/stylesheets/courses.css
index a0052b97a..9dfa32ccf 100644
--- a/public/stylesheets/courses.css
+++ b/public/stylesheets/courses.css
@@ -1083,6 +1083,7 @@ a.c_grey{ color:#999999;}
a:hover.c_grey{ color:#333;}
a.link_file_a{ background:url(../images/pic_file.png) 0 2px no-repeat; padding-left:20px; }
a:hover.link_file_a{ background:url(../images/pic_file.png) 0 -25px no-repeat; color:#3ca5c6;}
+a.link_file_a2{ background:url(../images/pic_file.png) 0 -15px no-repeat; padding-left: 20px;}
.link_file_a{ display:block; max-width:450px;overflow:hidden; white-space: nowrap; text-overflow:ellipsis;}
.last_time{width:auto; text-align:right; margin-right:70px;}
.link_file_box{ width:360px;}