1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 01:14:24 +03:00
ifhub.club/application/frontend/skin/developer/components/comment/css/toolbar-comments.css
2014-10-25 19:17:46 +07:00

27 lines
653 B
CSS

/**
* Кнопка обновления комментариев
*
* @template toolbar/toolbar.comment.tpl
*/
.toolbar-item--comments .toolbar-comments-update {
padding: 9px;
cursor: pointer;
}
.toolbar-item--comments .toolbar-comments-update i {
display: block;
width: 16px;
height: 16px;
background: url(../images/update.gif) no-repeat;
}
.toolbar-item--comments .toolbar-comments-update.active i {
background-position: -16px 0;
}
.toolbar-item--comments .toolbar-comments-count {
border-top: 1px solid #eee;
padding: 10px 0;
color: #333;
text-align: center;
font-size: 11px;
cursor: pointer;
}