From 29a0a11b7e67215589ea47ec9f1a690e2cb8ddf7 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 3 Jun 2016 11:03:01 +0200 Subject: some theming for emoji button --- view/css/bootstrap-red.css | 4 + view/tpl/conv_item.tpl | 186 ++++++++++++++++++++++----------------------- 2 files changed, 95 insertions(+), 95 deletions(-) (limited to 'view') diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 73d77bb93..5e928782a 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -59,6 +59,10 @@ aside .nav-pills > li > a, padding: 6px 10px; } +.dropdown-menu { + min-width: auto; +} + .dropdown-menu li a { overflow: hidden; text-overflow: ellipsis; diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index b498420e3..997c27259 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -78,109 +78,105 @@ {{/if}}
-
- {{if $item.like}} - - {{/if}} - {{if $item.dislike}} - - {{/if}} - {{if $item.isevent}} - - - - {{/if}} - - {{if $item.canvote}} - - - - {{/if}} +
+ {{if $item.toplevel && $item.like}} + {{/if}} - - - - - +
-- cgit v1.2.3