mirror of
https://github.com/openvk/openvk
synced 2025-01-10 18:10:03 +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}
|
||||||
|
|
||||||
{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/>
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue