summaryrefslogtreecommitdiffstats
path: root/templates/part.listfeed.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-08-27 00:22:39 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-08-27 00:22:39 +0200
commite472be480960b324d83ee9a5875dc00a2f1d4d2b (patch)
treecbc0e416a4a48ef3fc873fab3cc8ae0dd56e7f0b /templates/part.listfeed.php
parent6711caea1c5fc341131cd530aecbcc2560ce436d (diff)
navigation style fixes
Diffstat (limited to 'templates/part.listfeed.php')
-rw-r--r--templates/part.listfeed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index 964d2f7e2..0d3fcc761 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -54,7 +54,7 @@
</ul>
</div>
- <div class="app-navigation-entry-options" ng-class="{'app-navigation-entry-options-open': optionsId == feed.id}">
+ <div class="app-navigation-entry-menu" ng-class="{'app-navigation-entry-menu-open': optionsId == feed.id}">
<ul>
<li><button class="icon-rename" title="<?php p($l->t('Rename feed')); ?>"></button></li>
<li><button class="icon-delete" title="<?php p($l->t('Delete website')); ?>"></button></li>