Feed: Little bit of posting field redesign

This commit is contained in:
veselcraft 2021-11-28 02:47:00 +03:00
parent 57e0250950
commit dd94cde0dc
No known key found for this signature in database
GPG key ID: AED66BC1AC628A4E
2 changed files with 9 additions and 4 deletions

View file

@ -14,10 +14,7 @@
{/block} {/block}
{block content} {block content}
<div> <div class="postFeedWrapper">
<div class="content_title_expanded" onclick="hidePanel(this);">
{_"publish_post"}
</div>
{include "../components/textArea.xml", route => "/wall" . $thisUser->getId() . "/makePost"} {include "../components/textArea.xml", route => "/wall" . $thisUser->getId() . "/makePost"}
</div> </div>
<br/> <br/>

View file

@ -1472,6 +1472,14 @@ body.scrolled .toTop:hover {
border-color: #cdcdcd; border-color: #cdcdcd;
} }
.postFeedWrapper {
margin: -10px;
width: 611px;
padding: 4px 8px;
background-color: rgb(240, 240, 240);
border-bottom: 1px solid #ccc;
}
.user-alert { .user-alert {
margin-left: 8px; margin-left: 8px;
margin-bottom: 8px; margin-bottom: 8px;