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)
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;