Slight UI improvements to the teams page: sort members by whether they are a robot, reduce the number displayed to 20, and make users clickable

This commit is contained in:
Joseph Schorr 2015-04-09 15:12:03 -04:00
parent c2e4cbe95b
commit 3a2f271362
3 changed files with 11 additions and 4 deletions

View file

@ -47,6 +47,10 @@
padding-left: 40px;
}
.teams-manager .team-member-list .team-member a {
text-decoration: none !important;
}
.teams-manager .team-member-list .team-member-more {
vertical-align: middle;
padding-left: 6px;