From d65ad03aec49f91e308d951dae0b5c28f3549adb Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Mon, 8 Dec 2014 22:37:02 +0100 Subject: Put some spacing between share types and other buttons in jot --- view/tpl/jot.tpl | 62 +++++++++++++++++++++++++++++++------------------------- 1 file changed, 34 insertions(+), 28 deletions(-) diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index f172a6dfa..826a3dd38 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -36,40 +36,46 @@
-
+
{{if $visitor}} - - - - - - - +
+ + + + + +
+
+ + + {{else}} +
{{/if}} {{if $feature_expire}} - + {{/if}} {{if $feature_encrypt}} - + {{/if}} +
-- cgit v1.2.3 From e233e386b84f8b43cfc8d757cad454403670e043 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Mon, 8 Dec 2014 22:46:30 +0100 Subject: Group comment editor icons --- view/tpl/comment_item.tpl | 62 ++++++++++++++++++++++++++--------------------- 1 file changed, 34 insertions(+), 28 deletions(-) diff --git a/view/tpl/comment_item.tpl b/view/tpl/comment_item.tpl index e68314797..ab67bc196 100755 --- a/view/tpl/comment_item.tpl +++ b/view/tpl/comment_item.tpl @@ -21,35 +21,41 @@ {{/if}}
-
- - - - - - - - +
+
+ + + + + +
+
+ + + +
{{if $feature_encrypt}} - +
+ +
{{/if}}
-- cgit v1.2.3