1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-02 22:45:02 +03:00
ifhub.club/application/frontend/skin/synio/components/activity/css/blocks.css
2016-10-04 11:40:49 +07:00

41 lines
926 B
CSS

/**
* Последняя активность
*
* @license GNU General Public License, version 2
* @copyright 2013 OOO "ЛС-СОФТ" {@link http://livestreetcms.com}
* @author Denis Shakhov <denis.shakhov@gmail.com>
*/
.ls-activity-block-recent-item {
font-size: 11px;
margin-bottom: 15px;
}
.ls-activity-block-recent-item:last-child {
margin-bottom: 0;
}
.ls-activity-block-recent-user {
color: #4c4c4c;
text-decoration: underline;
}
.ls-activity-block-recent-date {
color: #818189;
}
.ls-activity-block-recent-title {
font-size: 12px;
text-decoration: underline;
}
.ls-activity-block-recent-comments {
margin-left: 5px;
font-size: 11px;
text-decoration: none;
color: #818189;
white-space: nowrap;
}
.ls-activity-block-recent-comments-icon {
display: inline-block;
width: 9px;
height: 7px;
background: url(../images/comment.png) no-repeat;
}