User Authorization UI #24
Additional UI to help determining what effective authorization users have.
This commit is contained in:
@@ -161,6 +161,87 @@
|
||||
}
|
||||
}
|
||||
|
||||
#UserDetailTab-Authorization {
|
||||
#UserDetailTab-AuthorizationContainer {
|
||||
background-color: #fff;
|
||||
border: 1px solid @SubtleBorderColour;
|
||||
}
|
||||
|
||||
#UserDetailTab-Authorization_ClaimsTree_Container {
|
||||
width: 50%;
|
||||
float: left;
|
||||
padding: 6px 10px 6px 4px;
|
||||
|
||||
& > span.smallMessage:last-child {
|
||||
display: block;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
.fancytree-container {
|
||||
border: none;
|
||||
}
|
||||
|
||||
span.fancytree-node.fancytree-selected {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
span.fancytree-checkbox {
|
||||
margin-left: 3px;
|
||||
background-position: -96px -32px;
|
||||
}
|
||||
|
||||
span.fancytree-checkbox:hover {
|
||||
background-position: -96px -32px;
|
||||
}
|
||||
|
||||
.fancytree-partsel span.fancytree-checkbox {
|
||||
background-position: -128px -32px;
|
||||
}
|
||||
|
||||
.fancytree-partsel span.fancytree-checkbox:hover {
|
||||
background-position: -128px -32px;
|
||||
}
|
||||
|
||||
.fancytree-selected span.fancytree-checkbox {
|
||||
background-position: -112px -32px;
|
||||
}
|
||||
|
||||
.fancytree-selected span.fancytree-checkbox:hover {
|
||||
background-position: -112px -32px;
|
||||
}
|
||||
|
||||
#UserDetailTab-Authorization_Membership {
|
||||
width: 40%;
|
||||
float: right;
|
||||
padding: 6px 10px;
|
||||
border-left: 1px dashed @SubtleBorderColour;
|
||||
border-bottom: 1px dashed @SubtleBorderColour;
|
||||
|
||||
#UserDetailTab-Authorization_Membership_Roles {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#UserDetailTab-Authorization_Membership_Groups_Container {
|
||||
& > span.smallMessage:last-child {
|
||||
display: block;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#UserDetailTab-Authorization_NoAccess {
|
||||
width: 50%;
|
||||
float: left;
|
||||
padding: 6px 10px;
|
||||
|
||||
h3 {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#userShowResources {
|
||||
#Attachments {
|
||||
padding: 0;
|
||||
@@ -291,7 +372,7 @@
|
||||
padding: 4px;
|
||||
cursor: pointer;
|
||||
|
||||
&:not(:last-child){
|
||||
&:not(:last-child) {
|
||||
border-bottom: 1px dashed #ddd;
|
||||
}
|
||||
|
||||
@@ -316,4 +397,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user