From 966a7f56a56c9a9167e60d2310edc879e3c6e870 Mon Sep 17 00:00:00 2001 From: Athou Date: Wed, 26 Jun 2013 13:59:14 +0200 Subject: [PATCH] tree unread count styling --- .../sass/components/_subscription-list.scss | 9 +++++++-- src/main/webapp/templates/_category.html | 20 +++++++++++++++---- 2 files changed, 23 insertions(+), 6 deletions(-) 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)}} +