This commit is contained in:
alan 2014-11-14 10:54:25 +08:00
commit a0a028d3d9
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 {