summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-08-31 12:08:31 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-08-31 12:08:31 +0200
commite76ba69f66d49320005054dbf5cad477c252ed31 (patch)
tree207fdf4cbdfcd03607de614cea420209ffc9a281 /templates
parent89824e9da726daf52b0e5805bb0d427930653b74 (diff)
use from navigation css from core
Diffstat (limited to 'templates')
-rw-r--r--templates/part.feed.starred.php2
-rw-r--r--templates/part.feed.unread.php3
-rw-r--r--templates/part.listfeed.php2
-rw-r--r--templates/part.listfolder.php2
4 files changed, 5 insertions, 4 deletions
diff --git a/templates/part.feed.starred.php b/templates/part.feed.starred.php
index 4d70b4c39..fb185ee67 100644
--- a/templates/part.feed.starred.php
+++ b/templates/part.feed.starred.php
@@ -2,7 +2,7 @@
active: Navigation.isStarredActive(),
unread: Navigation.getStarredCount() > 0
}"
- class="starred">
+ class="starred has-counter">
<a class="icon-starred" ng-href="#/items/starred/">
<?php p($l->t('Starred')) ?>
diff --git a/templates/part.feed.unread.php b/templates/part.feed.unread.php
index 867ba1792..275c36dd6 100644
--- a/templates/part.feed.unread.php
+++ b/templates/part.feed.unread.php
@@ -1,7 +1,8 @@
<li ng-class="{
active: Navigation.isSubscriptionsActive(),
unread: Navigation.getUnreadCount() > 0
- }">
+ }"
+ class="has-counter">
<a class="icon-rss" ng-href="#/items/" ng-if="!Navigation.isShowAll()">
<?php p($l->t('Unread articles'))?>
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index e5b993d43..f3e2695d5 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -9,7 +9,7 @@
|| Navigation.isFeedActive(feed.id)
|| !feed.id"
data-id="{{ feed.id }}"
- class="feed"
+ class="feed has-counter"
news-draggable="{
stack: '> li',
zIndex: 1000,
diff --git a/templates/part.listfolder.php b/templates/part.listfolder.php
index 23f46c4ef..91d2995ef 100644
--- a/templates/part.listfolder.php
+++ b/templates/part.listfolder.php
@@ -11,7 +11,7 @@
|| Navigation.isFolderActive(folder.id)
|| Navigation.subFeedActive(folder.id)
|| !folder.id"
- class="folder"
+ class="folder has-counter"
data-id="{{ folder.id }}"
news-droppable>
<button class="collapse"