修改发送项目请求列表样式

This commit is contained in:
ouyangxuhua 2015-09-17 10:22:33 +08:00
parent 94f91a85e6
commit d5432a8464
1 changed files with 6 additions and 5 deletions

View File

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