/**
 * Стена
 */


/**
 * Форма добавления сообщения на стену
 */
.wall > .wall-form {
    margin-bottom: 15px;
}

.wall-form {
    margin-bottom: 10px;
    padding: 15px;
    background: #fafafa;
    border-radius: 5px;
}

.wall-form .ls-field {
    margin-bottom: 0;
}

.wall-form textarea {
    height: 30px;
    padding-top: 6px;
    padding-left: 8px;
    min-height: 30px;
    max-height: 30px;
    resize: none;
}

.wall-form-footer {
    display: none;
}


/* Open */
.wall-form.open .ls-field {
    margin-bottom: 15px;
}

.wall-form.open textarea {
    height: 90px;
    max-height: 300px;
    resize: vertical;
}

.wall-form.open .wall-form-footer {
    display: block;
}


/**
 * Сообщения
 */
.wall-comment {
	padding: 10px 0px;
	margin-bottom: 10px;
}

.wall-comment .ls-comment-avatar {
    top: 10px;
}

.ls-comment--self.wall-comment .ls-comment-content {
	background: transparent;
}


.wall-comments {
    padding-left: 30px;
}

.wall-comments .wall-comment {
	margin-bottom: 10px;
	padding: 10px 0;
}

.wall-comments .wall-comment:first-child {
    margin-top: 10px;
}

.wall-comments .ls-comment-avatar {
    top: 10px;
}


/**
 * Кнопка подгрузки комментариев
 */
.ls-more.wall-more-comments {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 12px;
    padding: 8px;
}
