summaryrefslogtreecommitdiffstats
path: root/templates/part.listfolder.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.listfolder.php')
-rw-r--r--templates/part.listfolder.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/part.listfolder.php b/templates/part.listfolder.php
index eea3032a7..d3b77ed52 100644
--- a/templates/part.listfolder.php
+++ b/templates/part.listfolder.php
@@ -29,7 +29,7 @@
ng-hide="folderBusinessLayer.hasFeeds(folder.id) || !folder.id"
class="svg action delete-icon"
title="<?php p($l->t('Delete folder')); ?>"
- oc-tipsy></button>
+ oc-tipsy="{gravity: 's'}"></button>
<span class="unread-counter"
ng-show="folderBusinessLayer.getUnreadCount(folder.id) > 0">
@@ -40,13 +40,13 @@
ng-show="folderBusinessLayer.getUnreadCount(folder.id) > 0 && folder.id"
ng-click="folderBusinessLayer.markFolderRead(folder.id)"
title="<?php p($l->t('Mark all read')); ?>"
- oc-tipsy></button>
+ oc-tipsy="{gravity: 's'}"></button>
<button class="svg action delete-icon"
ng-click="folderBusinessLayer.markErrorRead(folder.name)"
title="<?php p($l->t('Delete folder')); ?>"
ng-show="folder.error"
- oc-tipsy></button>
+ oc-tipsy="{gravity: 's'}"></button>
<!-- <button class="svg action edit-icon"
ng-click="renameFolder(folder.id)"