Add a secondary tab to Teams for managing org members
Also adds the ability to completely remove a user from an organization (repo permissions and teams), in a single click Fixes #212
This commit is contained in:
parent
cb238f8764
commit
3a59c99b08
8 changed files with 373 additions and 105 deletions
|
@ -4,7 +4,11 @@
|
|||
|
||||
.teams-manager .manager-header {
|
||||
border-bottom: 1px solid #eee;
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.teams-manager .manager-header i.fa {
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.teams-manager .cor-options-menu {
|
||||
|
@ -12,6 +16,25 @@
|
|||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.teams-manager td .empty {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.teams-manager .cor-confirm-dialog .entity-reference .avatar {
|
||||
margin-left: 4px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
.teams-manager .cor-confirm-dialog .entity-reference .entity-name {
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.teams-manager .manager-header {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.teams-manager .control-col {
|
||||
padding-left: 55px;
|
||||
|
|
Reference in a new issue