diff --git a/Web/Presenters/templates/Wall/Feed.xml b/Web/Presenters/templates/Wall/Feed.xml index e8d65d99..a35d2dc6 100644 --- a/Web/Presenters/templates/Wall/Feed.xml +++ b/Web/Presenters/templates/Wall/Feed.xml @@ -14,10 +14,7 @@ {/block} {block content} -
-
- {_"publish_post"} -
+
{include "../components/textArea.xml", route => "/wall" . $thisUser->getId() . "/makePost"}

diff --git a/Web/static/css/style.css b/Web/static/css/style.css index 8980760a..a483ac0b 100644 --- a/Web/static/css/style.css +++ b/Web/static/css/style.css @@ -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;