1. <span class="delete">
    2. .delete{
    3. display: inline-block;
    4. width: 28px;
    5. height: 25px;
    6. border-radius: 14px;
    7. border: 6px double #FFF;
    8. background: #CCC;
    9. line-height: 14px;
    10. text-align: center;
    11. color: #FFF;
    12. font-weight: bold;
    13. font-size: 14px;
    14. cursor: pointer;
    15. margin-top: 3px;
    16. }

    image.png