mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Feed: Little bit of posting field redesign
This commit is contained in:
parent
57e0250950
commit
dd94cde0dc
2 changed files with 9 additions and 4 deletions
|
@ -14,10 +14,7 @@
|
|||
{/block}
|
||||
|
||||
{block content}
|
||||
<div>
|
||||
<div class="content_title_expanded" onclick="hidePanel(this);">
|
||||
{_"publish_post"}
|
||||
</div>
|
||||
<div class="postFeedWrapper">
|
||||
{include "../components/textArea.xml", route => "/wall" . $thisUser->getId() . "/makePost"}
|
||||
</div>
|
||||
<br/>
|
||||
|
|
|
@ -1472,6 +1472,14 @@ body.scrolled .toTop:hover {
|
|||
border-color: #cdcdcd;
|
||||
}
|
||||
|
||||
.postFeedWrapper {
|
||||
margin: -10px;
|
||||
width: 611px;
|
||||
padding: 4px 8px;
|
||||
background-color: rgb(240, 240, 240);
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.user-alert {
|
||||
margin-left: 8px;
|
||||
margin-bottom: 8px;
|
||||
|
|
Loading…
Reference in a new issue