1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-16 21:34:25 +03:00
ifhub.club/application/frontend/skin/developer/assets/css/wall.css
2014-07-07 17:50:14 +07:00

39 lines
1.1 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: 2px; padding: 15px; background: #fafafa; }
.wall-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 .field { margin-bottom: 15px; }
.wall-form.open textarea { height: 90px; max-height: 300px; resize: vertical; }
.wall-form.open .wall-form-footer { display: block; }
/**
* Сообщения
*/
.comment.comment--self.wall-comment { background: #fafafa; }
.wall-comments { padding-left: 70px; }
/**
* Кнопка подгрузки комментариев
*/
.more.wall-more-comments { border: none; margin: 0 0 2px; }