Add team permissions support
This commit is contained in:
parent
97fa69a361
commit
1cd4fa8d9b
6 changed files with 120 additions and 39 deletions
|
@ -1391,8 +1391,25 @@ p.editable:hover i {
|
|||
}
|
||||
|
||||
.org-view .team-listing {
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.org-view .header-col {
|
||||
color: #444;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
.org-view .header-col dd {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.org-view .header-col .info-icon {
|
||||
float: none;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.org-view .team-listing .btn-group {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.org-view .team-listing i {
|
||||
|
|
Reference in a new issue