Added methods to manage users and teams in a namespace

This commit is contained in:
kolaente 2018-09-18 08:10:16 +02:00
parent c1a98dac91
commit 77285ccce0
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
2 changed files with 342 additions and 32 deletions

View file

@ -183,4 +183,37 @@
color: rgb(74, 74, 74);
}
}
.bigbuttons{
margin-top: 0.5rem;
}
.card{
margin-bottom: 1rem;
.add-user-form, .add-team-form {
margin: 1rem;
}
.table{
border-top: 1px solid darken(#fff, 15%);
td{
vertical-align: middle;
}
td.type, td.actions{
width: 200px;
}
td.actions{
text-align: right;
}
}
}
.users-list, .teams-list,
.users-namespace, .teams-namespace{
padding: 0 !important;
}
</style>