summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/compose/inline_box.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/templates/compose/inline_box.hbs')
-rw-r--r--web-ui/app/templates/compose/inline_box.hbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/web-ui/app/templates/compose/inline_box.hbs b/web-ui/app/templates/compose/inline_box.hbs
index 59dc67bc..543e69de 100644
--- a/web-ui/app/templates/compose/inline_box.hbs
+++ b/web-ui/app/templates/compose/inline_box.hbs
@@ -12,9 +12,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>