clean up space memberships table; clean up terminate account view

This commit is contained in:
mntmn
2020-04-09 15:37:51 +02:00
parent 7cf68c94a5
commit bdb2e9fde5
4 changed files with 22 additions and 23 deletions

View File

@@ -9647,11 +9647,6 @@ button.close {
outline: none;
display: inline-block;
text-align: left;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
border-radius: 9px;
background-color: #f5f5f5 !important;
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 7px rgba(0, 0, 0, 0.1); }