Update the dashboard with an organisations widget

This commit is contained in:
2022-03-07 16:27:52 +00:00
parent 2005a17eef
commit 012b633eaf
10 changed files with 554 additions and 0 deletions

View File

@@ -6,4 +6,16 @@
}
.membership-pending {
color: #ffd24a !important;
}
.widget-organisations .widget-user-username, .widget-organisations .widget-user-desc {
margin-left: 0px;
}
.widget-organisations .widget-user-desc {
text-overflow: ellipsis;
overflow: hidden;
width: 100%;
displaY: inline-block;
white-space: nowrap;
}