Permalink
Browse files
Change tooltip to appear on left
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
public/messages.php
|
@@ -120,7 +120,7 @@ class="material-icons red-text">fiber_new |
|
|
</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> |
|
|