Merge branch 'szzh' of http://xianbo_trustie2@repository.trustie.net/xianbo/trustie2.git into szzh
This commit is contained in:
commit
a0a028d3d9
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue