修改了显示样式

This commit is contained in:
zhuhao 2014-11-13 16:37:08 +08:00
parent c89f3cf1a3
commit 29343b8ba7
1 changed files with 7 additions and 2 deletions

View File

@ -86,10 +86,15 @@ span[id^=valid_user] {
}
.clearfix {
width: 100%;
/*width: 100%;
height: 0px;
clear: both;
display: block;
display: block;*/
display: inline-block;
width: 80px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.hidden {