From d5432a8464e9e415c4cf0285ea5500b7535ff19a Mon Sep 17 00:00:00 2001 From: ouyangxuhua Date: Thu, 17 Sep 2015 10:22:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=91=E9=80=81=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E8=AF=B7=E6=B1=82=E5=88=97=E8=A1=A8=E6=A0=B7=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;