1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-17 05:44:26 +03:00
ifhub.club/application/frontend/skin/developer/assets/css/wall.css
2014-01-13 13:33:20 +07:00

44 lines
1.3 KiB
CSS

/**
* Стена
*
* @template actions/ActionProfile/wall.*.tpl
* @scripts <frontend>/common/js/wall.js
*
* @license GNU General Public License, version 2
* @copyright 2013 OOO "ЛС-СОФТ" {@link http://livestreetcms.com}
* @author Denis Shakhov <denis.shakhov@gmail.com>
*/
/**
* Форма добавления сообщения на стену
*/
.wall-form { margin-bottom: 0; padding: 15px; background: #fafafa; }
.wall-form .form-field { margin-bottom: 0; }
.wall-form textarea { height: 30px; min-height: 30px; max-height: 30px; resize: none; }
.wall-form-footer { display: none; }
/* Open */
.wall-form.open .form-field { margin-bottom: 15px; }
.wall-form.open textarea { height: 90px; max-height: 300px; resize: vertical; }
.wall-form.open .wall-form-footer { display: block; }
/**
* Сообщения
*/
.comment.wall-post { padding-left: 70px; }
.comment.wall-comment { padding-left: 50px; }
.comment.wall-comment .comment-content { margin-bottom: 3px; }
.comment.wall-comment .comment-avatar { width: 30px; height: 30px; }
.wall-comments { padding-left: 70px; }
/**
* Кнопка подгрузки комментариев
*/
.get-more.get-more-wall-comments { border: none; margin: 0; }