tmp
huang 10 years ago
commit cfcf1f8103

@ -1,3 +1,9 @@
<style type="text/css">
span{
word-break:break-all;
word-wrap:break-word;
}
</style>
<% <%
btn_tips = l(:label_news_new) btn_tips = l(:label_news_new)
label_tips = l(:label_news) label_tips = l(:label_news)

@ -108,24 +108,26 @@ a:hover.btn_free{ background:#d63502;}
/*vertical-align: top;*/ /*vertical-align: top;*/
/*}*/ /*}*/
.invitations-records td.email { .invitations-records td.email {
max-width: 150px; max-width: 200px;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
width:200px;
} }
.invitations-records td.text-name { .invitations-records td.text-name {
max-width: 150px; max-width: 200px;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
width: 150px; width: 200px;
} }
.invitations-records td.text-name span.unactive { .invitations-records td.text-name span.unactive {
max-width: 150px; max-width: 200px;
color: #888; color: #888;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
width: 200px;
} }
.invitations-records td.text-status { .invitations-records td.text-status {
max-width: 290px; max-width: 290px;
@ -134,7 +136,6 @@ a:hover.btn_free{ background:#d63502;}
text-overflow: ellipsis; text-overflow: ellipsis;
color: #7CAD37; color: #7CAD37;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
width: 290px;
} }
.invitations-records td.text-time { .invitations-records td.text-time {
max-width: 80px; max-width: 80px;

Loading…
Cancel
Save