summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-04 20:24:56 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-04 20:24:56 +0200
commite63fd2677ed9533e32c6402e726afca27bb83c69 (patch)
treed51a04d507ad77da24e8b0e64a2c8a46a5eff18e /templates
parent86c4a3e527b051790909b2640fa9696e03fbbd49 (diff)
Fix text overflow for subscriptions and starred feed
Diffstat (limited to 'templates')
-rw-r--r--templates/part.navigation.starredfeed.php2
-rw-r--r--templates/part.navigation.unreadfeed.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.navigation.starredfeed.php b/templates/part.navigation.starredfeed.php
index 58dfdad94..adf3434db 100644
--- a/templates/part.navigation.starredfeed.php
+++ b/templates/part.navigation.starredfeed.php
@@ -2,7 +2,7 @@
active: Navigation.isStarredActive(),
unread: Navigation.getStarredCount() > 0
}"
- class="starred has-counter">
+ class="with-counter starred-feed">
<a class="icon-starred" ng-href="#/items/starred/">
<?php p($l->t('Starred')) ?>
diff --git a/templates/part.navigation.unreadfeed.php b/templates/part.navigation.unreadfeed.php
index c18a8875d..968e1eec4 100644
--- a/templates/part.navigation.unreadfeed.php
+++ b/templates/part.navigation.unreadfeed.php
@@ -2,7 +2,7 @@
active: Navigation.isSubscriptionsActive(),
unread: Navigation.getUnreadCount() > 0
}"
- class="subscriptions has-counter has-menu">
+ class="subscriptions-feed with-counter with-menu">
<a class="icon-rss" ng-href="#/items/" ng-if="!Navigation.isShowAll()">
<?php p($l->t('Unread articles'))?>