Added organisations to users page
This commit is contained in:
@@ -16,6 +16,20 @@
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
displaY: inline-block;
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.user-organisation-description {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
hr.row-divider {
|
||||
margin-top: 0.3em;
|
||||
width: 80%;
|
||||
}
|
||||
@@ -9,5 +9,6 @@
|
||||
|
||||
$(document).ready(function() {
|
||||
// Control buttons
|
||||
bindMemberButtons($("#view-user"))
|
||||
bindUserButtonsExtra($("#view-user"), { delete_redirect: page.delete_redirect });
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user