summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>2018-07-26 08:53:38 +0200
committerBenjamin Tissoires <benjamin.tissoires@redhat.com>2018-10-25 16:17:30 +0200
commit05e0fb8fbe0676babdc07e2c13a3290edad66783 (patch)
treefc16059def8531124389a3fed2d8ac1814b8e074
parentce2b8a8d1aec55eb7d9ecade15dd3a80500f1033 (diff)
downloadwekan-05e0fb8fbe0676babdc07e2c13a3290edad66783.tar.gz
wekan-05e0fb8fbe0676babdc07e2c13a3290edad66783.tar.bz2
wekan-05e0fb8fbe0676babdc07e2c13a3290edad66783.zip
UI: list headers: show the card count smaller
The card count was at the same level than the title, which made reading the list title harder. Use the quiet and small class to put it in the following line and not make it jump out of the screen
-rw-r--r--client/components/lists/listHeader.jade5
1 files changed, 2 insertions, 3 deletions
diff --git a/client/components/lists/listHeader.jade b/client/components/lists/listHeader.jade
index 61771449..45c07cb5 100644
--- a/client/components/lists/listHeader.jade
+++ b/client/components/lists/listHeader.jade
@@ -15,9 +15,8 @@ template(name="listHeader")
|/#{wipLimit.value})
if showCardsCountForList cards.count
- = cards.count
- span
- | {{_ 'cards-count'}}
+ |&nbsp;
+ p.quiet.small {{cards.count}} {{_ 'cards-count'}}
if isMiniScreen
if currentList
if isWatching