Skip to content
Snippets Groups Projects
Commit c00744de authored by Friederike Schwager's avatar Friederike Schwager
Browse files

fix position buttons when editing comments

parent f3e4354e
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
<form id="edit{{ uuid }}" class="edit-comment-form" style="display:none;"> <form id="edit{{ uuid }}" class="edit-comment-form" style="display:none;">
<textarea id="editarea{{ uuid }}" placeholder="" cols="40" rows="3"></textarea> <textarea id="editarea{{ uuid }}" placeholder="" cols="40" rows="3"></textarea>
<input id="commentSubmit" class="owner btn btn-primary mb-1" type="submit" value="{{# str }} editButton, pdfannotator {{/ str }}"> <input id="commentSubmit" class="owner btn btn-primary mb-1" type="submit" value="{{# str }} editButton, pdfannotator {{/ str }}">
<input id="commentCancel" class="owner btn btn-secondary" type="reset" value="{{# str }} cancelButton, pdfannotator {{/ str }}" > <input id="commentCancel" class="owner btn btn-secondary mb-1" type="reset" value="{{# str }} cancelButton, pdfannotator {{/ str }}" >
</form> </form>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment