[frio] Add margin between comment submit buttons and preview
authorHypolite Petovan <hypolite@mrpetovan.com>
Sat, 16 Feb 2019 22:58:00 +0000 (17:58 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sat, 16 Feb 2019 22:58:00 +0000 (17:58 -0500)
view/theme/frio/templates/comment_item.tpl

index 903eb13..98b3c45 100644 (file)
                </p>
 {{/if}}
 
-               <div class="comment-edit-submit-wrapper">
+               <p class="comment-edit-submit-wrapper">
 {{if $preview}}
                        <button type="button" class="btn btn-defaul btn-sm" onclick="preview_comment({{$id}});" id="comment-edit-preview-link-{{$id}}"><i class="fa fa-eye"></i> {{$preview}}</button>
 {{/if}}
                        <button type="submit" class="btn btn-primary btn-sm" id="comment-edit-submit-{{$id}}" name="submit"><i class="fa fa-envelope"></i> {{$submit}}</button>
-               </div>
+               </p>
 
                <div class="comment-edit-end clear"></div>
        </form>