mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-28 22:28:24 +00:00
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:
committed by
Rushabh Mehta
parent
e716da04ec
commit
9b4f3cf9de
@@ -356,3 +356,12 @@ body[data-route="pos"] .collapse-btn {
|
||||
border-radius: 3px;
|
||||
color: #fff;
|
||||
}
|
||||
.leaderboard .result {
|
||||
border-top: 1px solid #d1d8dd;
|
||||
}
|
||||
.leaderboard .list-item {
|
||||
padding-left: 45px;
|
||||
}
|
||||
.leaderboard .list-item_content {
|
||||
padding-right: 45px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user