From 066ebc1c6fba1c3024992e5cfffa06231c549cea Mon Sep 17 00:00:00 2001 From: Maxim Leshchenko Date: Wed, 15 Dec 2021 01:20:53 +0200 Subject: [PATCH] Groups: Slightly improve the appearance of the list of topics on the group page --- Web/Presenters/templates/Group/View.xml | 2 +- Web/static/css/style.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Web/Presenters/templates/Group/View.xml b/Web/Presenters/templates/Group/View.xml index 7b885fcc..1dfbbdc3 100644 --- a/Web/Presenters/templates/Group/View.xml +++ b/Web/Presenters/templates/Group/View.xml @@ -215,7 +215,7 @@
-
+
{$topic->getTitle()}
{tr("updated_at", $topic->getUpdateTime())}
diff --git a/Web/static/css/style.css b/Web/static/css/style.css index 692740b6..dd2ea30c 100644 --- a/Web/static/css/style.css +++ b/Web/static/css/style.css @@ -1682,3 +1682,8 @@ body.scrolled .toTop:hover { background: url("/assets/packages/static/openvk/img/pin.png") no-repeat 0px 0px; vertical-align: middle; } + +.topic-list-item { + border-bottom: #e6e6e6 solid 1px; + padding: 4px; +}