summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJessica Greene <jessica0greene@gmail.com>2018-05-04 10:33:07 +0200
committerJessica Greene <jessica0greene@gmail.com>2018-05-04 10:33:07 +0200
commitde608970799d5dcb28af1720af132d7f0f20b5b5 (patch)
tree78d47de25989f6c4091acaa1e306b9979e2e03ac /templates
parent249d9131d3a7b90c06327678812b23b87ad9bae4 (diff)
changed styling to icon-more and removed styling from parent to position popover menu correctly when open
Diffstat (limited to 'templates')
-rw-r--r--templates/contactDetails.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/contactDetails.html b/templates/contactDetails.html
index 1f8cc63a..84460f82 100644
--- a/templates/contactDetails.html
+++ b/templates/contactDetails.html
@@ -34,8 +34,8 @@
</div>
</div>
<div id="details-actions">
- <span class="icon-more-white openMenuButton" ng-click="ctrl.toggleMenu('options')">
- </span>
+ <div class="icon-more-white openMenuButton" ng-click="ctrl.toggleMenu('options')">
+ </div>
<div class="popovermenu bubble menu"
ng-class="{open: ctrl.openedMenu === 'options'}"
click-outside="ctrl.closeMenus()"