aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/search_item.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:29:57 +0200
commit4848dc5ec8f943348f5263632ea24990fdef6a77 (patch)
tree117a21adb946c8d50f11b7322acd71f31deebb7a /view/tpl/search_item.tpl
parentff1d900ccb8455ef5f7dae50169283c72bf5d51e (diff)
downloadvolse-hubzilla-4848dc5ec8f943348f5263632ea24990fdef6a77.tar.gz
volse-hubzilla-4848dc5ec8f943348f5263632ea24990fdef6a77.tar.bz2
volse-hubzilla-4848dc5ec8f943348f5263632ea24990fdef6a77.zip
minor js and css changes
Diffstat (limited to 'view/tpl/search_item.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 28667eb58..50c0116fb 100755
--- a/view/tpl/search_item.tpl
+++ b/view/tpl/search_item.tpl
@@ -106,8 +106,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>