From 954b9f350dd1051eb2ae990194c3f35b62e1477e Mon Sep 17 00:00:00 2001 From: KosFurler Date: Tue, 25 Jan 2022 22:26:19 +0300 Subject: [PATCH] Notes: Update layout (beta) --- Web/Presenters/templates/Notes/View.xml | 18 ++++++++++-------- Web/static/css/style.css | 9 +++++++++ 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/Web/Presenters/templates/Notes/View.xml b/Web/Presenters/templates/Notes/View.xml index dd1e8348..e9858c64 100644 --- a/Web/Presenters/templates/Notes/View.xml +++ b/Web/Presenters/templates/Notes/View.xml @@ -35,7 +35,7 @@ } -
+ + +
@@ -60,11 +68,5 @@ model => "notes", parent => $note}
-
-

{_actions}

-
- {_delete} -
-
{/block} diff --git a/Web/static/css/style.css b/Web/static/css/style.css index add49c26..7fe91ff0 100644 --- a/Web/static/css/style.css +++ b/Web/static/css/style.css @@ -1820,3 +1820,12 @@ body.scrolled .toTop:hover { margin: 0; padding: 0 0 1px 0; } +.note_footer { + border-top: 1px solid #ddd; + clear: both; + margin-top: 10px; + padding: 0px 2px 0px 6px; +} +.comments_count { + padding: 5px 0px 0px 0px; +} \ No newline at end of file