Refs #39 -- New concept of "teams" (#478)

* New models

* CRUD UI

* UI for adding/removing team members

* Log display for teams

* Fix invitations, move frontend

* Drop old models (incomplete)

* Drop more old stuff

* Drop even more old stuff

* Fix tests

* Fix permission test

* flake8 fix

* Add tests fore the new code

* Rebase migrations
This commit is contained in:
Raphael Michel
2017-05-03 16:55:37 +02:00
committed by GitHub
parent 8294391ebc
commit d08a0bdb00
62 changed files with 1960 additions and 867 deletions

View File

@@ -118,6 +118,21 @@ h1 .btn-sm {
margin-bottom: 10px;
}
.section-moved {
margin: 20px 0;
text-align: center;
p {
font-size: 18px;
margin: 20px auto;
max-width: 800px;
}
.img-moved {
height: 200px;
width: auto;
}
}
.empty-collection {
margin: 20px 0;
text-align: center;
@@ -230,3 +245,14 @@ body.loading #wrapper {
.fa-danger {
color: $brand-danger;
}
.nearly-gone {
overflow: visible !important;
height: 0 !important;
width: 0 !important;
margin: 0 !important;
border: 0 !important;
padding: 0 !important;
display: block !important;
}