diff options
author | git-marijus <mario@mariovavti.com> | 2017-08-12 22:29:57 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-08-12 22:29:57 +0200 |
commit | 4848dc5ec8f943348f5263632ea24990fdef6a77 (patch) | |
tree | 117a21adb946c8d50f11b7322acd71f31deebb7a /view/tpl | |
parent | ff1d900ccb8455ef5f7dae50169283c72bf5d51e (diff) | |
download | volse-hubzilla-4848dc5ec8f943348f5263632ea24990fdef6a77.tar.gz volse-hubzilla-4848dc5ec8f943348f5263632ea24990fdef6a77.tar.bz2 volse-hubzilla-4848dc5ec8f943348f5263632ea24990fdef6a77.zip |
minor js and css changes
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/search_item.tpl | 4 |
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> |