1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 23:29:42 +02:00

Trello member stats cleanup

This commit is contained in:
EnesAlili 2016-09-12 10:23:35 +01:00
parent ec0244dabc
commit a2cc971821
2 changed files with 7 additions and 2 deletions

View file

@ -89,10 +89,15 @@
margin-right: 20px;
}
.board-summary, .member-name {
.board-summary {
font-size: 1.2rem;
}
.member-name {
font-size: 1.2rem;
line-height: 15px;
}
.board-meta, .member-meta {
color: $color-gray;
}

View file

@ -22,7 +22,6 @@ const membersTemplate = `
<div class="section-trello-render">
<table class="trello-table no-width">
<tbody>
{{range $m := .MemberBoardAssign}}
<tr>
<td class="no-width">
@ -33,6 +32,7 @@ const membersTemplate = `
<div class="member-meta">
{{range $idx, $ac := $m.AssignCounts}}{{if gt $idx 0}}, {{end}}{{$ac.BoardName}} ({{$ac.Count}}){{end}}.
</div>
<div class="margin-top-10"></div>
</td>
</tr>
{{end}}