aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-08-12 22:29:57 +0200
committergit-marijus <mario@mariovavti.com>2017-08-12 22:32:06 +0200
commit57602647efe1a3f8ae22651366eaa59b1b1334e8 (patch)
treeb13655c7f147cafaf455444f770f1bb843c99cd7 /view/tpl
parent8b5a190d71342cbeac50c42e30cdcef24831b0df (diff)
downloadvolse-hubzilla-57602647efe1a3f8ae22651366eaa59b1b1334e8.tar.gz
volse-hubzilla-57602647efe1a3f8ae22651366eaa59b1b1334e8.tar.bz2
volse-hubzilla-57602647efe1a3f8ae22651366eaa59b1b1334e8.zip
minor js and css changes
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/search_item.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/search_item.tpl b/view/tpl/search_item.tpl
index 4ca6378b8..aaafe9797 100755
--- a/view/tpl/search_item.tpl
+++ b/view/tpl/search_item.tpl
@@ -105,8 +105,8 @@
{{if $item.mode === 'moderate'}}
<div class="wall-item-tools-left btn-group">
- <a href="moderate/{{$item.id}}/approve" class="btn btn-outline-secondary btn-small">{{$item.approve}}</a>
- <a href="moderate/{{$item.id}}/drop" class="btn btn-outline-secondary btn-small">{{$item.delete}}</a>
+ <a href="moderate/{{$item.id}}/approve" class="btn btn-success btn-sm">{{$item.approve}}</a>
+ <a href="moderate/{{$item.id}}/drop" class="btn btn-danger btn-sm">{{$item.delete}}</a>
</div>