summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/compose/compose_box.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/templates/compose/compose_box.hbs')
-rw-r--r--web-ui/app/templates/compose/compose_box.hbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/web-ui/app/templates/compose/compose_box.hbs b/web-ui/app/templates/compose/compose_box.hbs
index b88138b5..f69cb542 100644
--- a/web-ui/app/templates/compose/compose_box.hbs
+++ b/web-ui/app/templates/compose/compose_box.hbs
@@ -22,9 +22,9 @@
{{> attachments_list }}
- <div class="buttons-group columns">
+ <div class="buttons-group columns compose-view__buttons">
<button id="send-button" tabindex="6"><i class="fa fa-send"></i></button>
- <span id="attachment-button" tabindex="6"></span>
+ <span id="attachment-button" class="compose-view__buttons-attachment" tabindex="6"></span>
<button id="trash-button" tabindex="7">{{t 'trash-button'}}<i class="fa fa-trash-o"></i></button>
<div id="draft-save-status"></div>
</div>