From bc37d09edf06b270d0359972b3cbfa98e369ae10 Mon Sep 17 00:00:00 2001 From: Tim Date: Sat, 15 Oct 2016 13:41:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=B5=84=E6=BA=90=E7=89=88?= =?UTF-8?q?=E6=9C=ACtitle=E9=95=BF=E5=BA=A6=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/files/_attachment_history_popub.html.erb | 2 +- public/stylesheets/css/project.css | 3 --- public/stylesheets/css/public.css | 3 +++ 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/files/_attachment_history_popub.html.erb b/app/views/files/_attachment_history_popub.html.erb index 609ad8964..06de9f589 100644 --- a/app/views/files/_attachment_history_popub.html.erb +++ b/app/views/files/_attachment_history_popub.html.erb @@ -10,7 +10,7 @@ - + 当前版本 <%= @attachment.downloads %> <%= @attachment.try(:quotes).to_i %> <%= format_time(@attachment.created_on) %> diff --git a/public/stylesheets/css/project.css b/public/stylesheets/css/project.css index ae4b09103..a96147bf0 100644 --- a/public/stylesheets/css/project.css +++ b/public/stylesheets/css/project.css @@ -660,6 +660,3 @@ a:hover.sy_btn_pink{ background: #e64c4c;} } .sy_class_titbox{margin-bottom:5px; padding-top:10px; } - -/*项目历史版本删除功能*/ -.popup_ziyuan_title{ display: block; margin-left: 10px; text-align: left;width:360px; overflow:hidden;white-space: nowrap; text-overflow:ellipsis;} diff --git a/public/stylesheets/css/public.css b/public/stylesheets/css/public.css index 2acc0f454..a53d43097 100644 --- a/public/stylesheets/css/public.css +++ b/public/stylesheets/css/public.css @@ -1512,3 +1512,6 @@ a.syllabusbox_a_blue{ /*20160912问卷调查*/ .dash-block {border:1px dashed #ddd;} + +/*历史版本删除功能*/ +.popup_ziyuan_title{ display: block; margin-left: 10px; text-align: left;width:360px; overflow:hidden;white-space: nowrap; text-overflow:ellipsis;}