Add topic counts to category selector

This commit is contained in:
Neil Lalonde
2013-04-05 15:43:56 -04:00
parent 91b9479986
commit ee43ce693f
3 changed files with 10 additions and 2 deletions

View File

@@ -1,4 +1,11 @@
.category-combobox {
.topic-count {
font-size: 11px;
color: #666;
}
.highlighted .topic-count {
color: white;
}
.category-desc {
margin: 6px 0px 0px 3px;
font-size: 12px;

View File

@@ -48,7 +48,7 @@
vertical-align: top;
}
}
.badge-category {
h1 > .badge-category {
margin-top: 5px;
vertical-align: top;
}