From 2ff1dfc8b747744ddc8f997ebdaf7885812ac3ff Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Wed, 22 Jul 2015 14:20:46 -0400 Subject: [PATCH 1/2] Switch to log base for the repo popularity --- static/directives/repo-list-table.html | 3 ++- static/js/directives/ui/strength-indicator.js | 10 ++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/static/directives/repo-list-table.html b/static/directives/repo-list-table.html index 3871ba873..894f8572f 100644 --- a/static/directives/repo-list-table.html +++ b/static/directives/repo-list-table.html @@ -43,7 +43,8 @@ (Empty Repository) - + Date: Wed, 22 Jul 2015 14:21:57 -0400 Subject: [PATCH 2/2] Better styling for inactive stars in the table view --- static/css/directives/ui/repo-list-table.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/directives/ui/repo-list-table.css b/static/css/directives/ui/repo-list-table.css index f0f7682a1..25317da2f 100644 --- a/static/css/directives/ui/repo-list-table.css +++ b/static/css/directives/ui/repo-list-table.css @@ -29,4 +29,8 @@ .repo-list-table .popularity { line-height: 10px; +} + +.repo-list-table .repo-star i { + color: #ccc; } \ No newline at end of file