From dd94cde0dc37a7f0726426de7b9e730f3a908c42 Mon Sep 17 00:00:00 2001 From: veselcraft Date: Sun, 28 Nov 2021 02:47:00 +0300 Subject: [PATCH] Feed: Little bit of posting field redesign --- Web/Presenters/templates/Wall/Feed.xml | 5 +---- Web/static/css/style.css | 8 ++++++++ 2 files changed, 9 insertions(+), 4 deletions(-) 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;