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 @@ } -
+
@@ -46,10 +46,18 @@ {$author->getCanonicalName()} {$note->getPublicationTime()}
-
+
{$note->getText()|noescape}
+ +
@@ -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