.ListCategory .img{
    width: 90px;
    height: 90px;
    margin: 7px;
}

.ListCategory .img-edit{
    width: 25px;
    height: 25px;   
}

.ListCategory .div-span-name{
    width: 100%;
    font-size: 1.3em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ListCategory .div-span-date{
    width: 100%;
    font-size: 0.9em;
    display: inline-block;    
}