Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change tooltip to appear on left
  • Loading branch information
john committed Apr 24, 2017
1 parent a05e887 commit ea00b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/messages.php
Expand Up @@ -120,7 +120,7 @@ include 'template/user_menu_button.php';
</div>

<div class="fixed-action-btn">
<button data-position="top" data-delay="50" data-tooltip="Send message"
<button data-position="left" data-delay="50" data-tooltip="Send message"
id="send-button" class="modal-trigger btn-floating btn-large blue tooltipped">
<i class="large material-icons waves-effect waves-light">send</i>
</button>
Expand Down

0 comments on commit ea00b0e

Please sign in to comment.