From d5432a8464e9e415c4cf0285ea5500b7535ff19a Mon Sep 17 00:00:00 2001 From: ouyangxuhua Date: Thu, 17 Sep 2015 10:22:33 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=91=E9=80=81?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E8=AF=B7=E6=B1=82=E5=88=97=E8=A1=A8=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/stylesheets/project.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/public/stylesheets/project.css b/public/stylesheets/project.css index 2d287ddd4..bee965a90 100644 --- a/public/stylesheets/project.css +++ b/public/stylesheets/project.css @@ -108,24 +108,26 @@ a:hover.btn_free{ background:#d63502;} /*vertical-align: top;*/ /*}*/ .invitations-records td.email { - max-width: 150px; + max-width: 200px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; + width:200px; } .invitations-records td.text-name { - max-width: 150px; + max-width: 200px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; - width: 150px; + width: 200px; } .invitations-records td.text-name span.unactive { - max-width: 150px; + max-width: 200px; color: #888; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; + width: 200px; } .invitations-records td.text-status { max-width: 290px; @@ -134,7 +136,6 @@ a:hover.btn_free{ background:#d63502;} text-overflow: ellipsis; color: #7CAD37; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; - width: 290px; } .invitations-records td.text-time { max-width: 80px; From d21dce566f75b4b0c05f51a3a9080215912ba61c Mon Sep 17 00:00:00 2001 From: ouyangxuhua Date: Thu, 17 Sep 2015 11:42:18 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=B0=E9=97=BB?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=9A=84word-break=20=E5=92=8C=20word-wrap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/news/_project_news.html.erb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/views/news/_project_news.html.erb b/app/views/news/_project_news.html.erb index 04fdb6dac..0cd26382b 100644 --- a/app/views/news/_project_news.html.erb +++ b/app/views/news/_project_news.html.erb @@ -1,3 +1,9 @@ + <% btn_tips = l(:label_news_new) label_tips = l(:label_news)