summaryrefslogtreecommitdiffstats
path: root/templates/part.listfolder.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-18 16:36:47 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-18 16:36:47 +0200
commitc776d489278fdd88843c8cf235b77f6d00e25e13 (patch)
treeb7bf4824bfeb658f040e1f0119deb1019f546209 /templates/part.listfolder.php
parentd4aa705a07bd49290680a83472ed1b4437489b92 (diff)
put tipsy above buttons
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)"