.comment_add{
    display:none;
}

.container_comments:hover .comment_add{
    display:block;
}

.container_comments .ui-resizable-s{ 
    background: url("../../../Framework/public/icon/textarea-resize 10x10 v2.png") right no-repeat; 
    height: 15px;

}