summaryrefslogtreecommitdiffstats
path: root/templates/part.listfeed.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.listfeed.php
parentd4aa705a07bd49290680a83472ed1b4437489b92 (diff)
put tipsy above buttons
Diffstat (limited to 'templates/part.listfeed.php')
-rw-r--r--templates/part.listfeed.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index 3c9b7eeed..efa6d5eeb 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -37,19 +37,19 @@
ng-show="feedBusinessLayer.getUnreadCount(feed.id) > 0 && feed.id"
ng-click="feedBusinessLayer.markFeedRead(feed.id)"
title="<?php p($l->t('Mark all read')); ?>"
- oc-tipsy> </button>
+ oc-tipsy="{gravity: 's'}"> </button>
<button ng-click="feedBusinessLayer.delete(feed.id)"
class="svg action delete-icon"
title="<?php p($l->t('Delete feed')); ?>"
ng-show="feed.id"
- oc-tipsy></button>
+ oc-tipsy="{gravity: 's'}"></button>
<button class="svg action delete-icon"
ng-click="feedBusinessLayer.markErrorRead(feed.urlHash)"
title="<?php p($l->t('Delete website')); ?>"
ng-show="feed.error"
- oc-tipsy></button>
+ oc-tipsy="{gravity: 's'}"></button>
</span>
<div class="message" ng-show="feed.error">{{ feed.error }}</div>