mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
* 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:
@@ -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;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user