Add the members tab to the org admin
This commit is contained in:
parent
fb1732d069
commit
56f777448a
5 changed files with 112 additions and 3 deletions
|
@ -1514,7 +1514,6 @@ p.editable:hover i {
|
|||
100% { background-color: rgba(92, 184, 92, 0.36); }
|
||||
}
|
||||
|
||||
|
||||
.org-view .team-title {
|
||||
font-size: 20px;
|
||||
text-transform: capitalize;
|
||||
|
@ -1533,6 +1532,33 @@ p.editable:hover i {
|
|||
padding: 6px;
|
||||
}
|
||||
|
||||
.org-admin .team-link {
|
||||
display: inline-block;
|
||||
text-transform: capitalize;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.org-admin #members table td {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.org-admin #members table i {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.org-admin #members .side-controls {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.org-admin #members .result-count {
|
||||
display: inline-block;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.org-admin #members .filter-input {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.plan-manager-element .plans-table thead td {
|
||||
color: #aaa;
|
||||
font-weight: bold;
|
||||
|
|
Reference in a new issue