
/* -------------------------------------------------------
 *
 *   LiveStreet (v1.x)
 *   Plugin Edit comment (v.0.4)
 *   Copyright © 2011 Bishovec Nikolay
 *
 * --------------------------------------------------------
 *
 *   Plugin Page: http://netlanc.net
 *   Contact e-mail: netlanc@yandex.ru
 *
 ---------------------------------------------------------
 */

.comment-actions li.edit a{
    color: green;
}
.comment-actions li.save, .comment-actions li.cancel{
    display: none;
}
.comment-actions li.save a{
    color: blue; 
}
.comment-actions li.cancel a{
    color: red;
}
.info_edit{
    font-size: 9px; font-style: italic; text-align: right; margin-top: -10px; color: #aaa;
}

