diff --git a/src/main/webapp/sass/components/_subscription-list.scss b/src/main/webapp/sass/components/_subscription-list.scss
index bc5c5aa9..b68e90b0 100644
--- a/src/main/webapp/sass/components/_subscription-list.scss
+++ b/src/main/webapp/sass/components/_subscription-list.scss
@@ -8,7 +8,7 @@
}
.feed-search-dialog .feed-link {
- font-size: large;
+ font-size: large;
}
.feed-search-dialog a:hover {
@@ -32,7 +32,7 @@
.css-treeview {
margin-top: 15px;
font-family: inherit;
- font-size: 12px;
+ font-size: 13px;
white-space: nowrap;
}
@@ -81,6 +81,11 @@
font-weight: bold;
}
+.css-treeview .unread-counter {
+ color: #666;
+ font-size: 11px;
+}
+
.css-treeview a {
cursor: pointer;
color: black;
diff --git a/src/main/webapp/templates/_category.html b/src/main/webapp/templates/_category.html
index c369926e..069a0877 100644
--- a/src/main/webapp/templates/_category.html
+++ b/src/main/webapp/templates/_category.html
@@ -10,8 +10,14 @@
-
- {{categoryLabel(node)}} {{categoryCountLabel(node)}}
+
+
+ {{categoryLabel(node)}}
+
+
+
+ {{categoryCountLabel(node)}}
+
@@ -29,9 +35,15 @@
+ ng-class="{error: feed.message && feed.errorCount > 10, selected: (feed.id == selectedId && selectedType == 'feed') }">
- {{feed.name}} {{feedCountLabel(feed)}}
+
+ {{feed.name}}
+
+
+
+ {{feedCountLabel(feed)}}
+