1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-07 17:04:24 +03:00
ifhub.club/application/frontend/components/comment/css/comments.css
2015-05-07 19:45:40 +07:00

65 lines
1.2 KiB
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* Блок со списком комментариев
*
* @license GNU General Public License, version 2
* @copyright 2013 OOO "ЛС-СОФТ" {@link http://livestreetcms.com}
* @author Denis Shakhov <denis.shakhov@gmail.com>
*/
/**
* @modifier forbid Комментирование запрещено
*/
.ls-comments--forbid .ls-comment-form {
display: none;
}
/**
* Блок с комментариями
*/
.ls-comment-list {
margin-bottom: 30px;
}
/**
* Хидер
*/
.ls-comments-header {
margin-bottom: 20px;
}
/* Заголовок */
.ls-comments-title {
font-size: 24px;
margin-bottom: 5px;
}
/* Действия */
.ls-comments-actions {
padding: 0;
background-color: transparent;
}
/**
* Кнопка "Комментировать"
*/
.ls-comment-reply-root {
font-size: 20px;
margin-bottom: 0;
}
.ls-comment-reply-root + .ls-comment-form {
margin-top: 15px;
}
/**
* Пагинация
*/
.ls-comments-pagination {
margin-bottom: 30px;
}
/**
* Вспомогательный блок-обертка
*/
.ls-comment-wrapper .ls-comment-wrapper { padding-left: 25px; }
.ls-comment-wrapper .ls-comment-form,
.ls-comment-wrapper .ls-comment-preview { margin-left: 25px; }