Leaderboard cleanup (#10638)

* [leaderboard] wip

* [leaderboard] filter for selecting leaderboard criteria, single col

* [leaderboard] doctypes in sidebar

* hide graph if no results
This commit is contained in:
Prateeksha Singh
2017-09-18 16:41:04 +05:30
committed by Rushabh Mehta
parent e716da04ec
commit 9b4f3cf9de
8 changed files with 299 additions and 262 deletions

View File

@@ -423,4 +423,19 @@ body[data-route="pos"] {
padding: 5px 9px;
border-radius: 3px;
color: #fff;
}
// Leaderboard
.leaderboard {
.result {
border-top: 1px solid #d1d8dd;
}
.list-item {
padding-left: 45px;
}
.list-item_content {
padding-right: 45px;
}
}