Files
2026-01-26 15:04:04 +11:00

662 lines
17 KiB
CSS

.tableData {
border: solid 1px #f4f4f4;
border-collapse: collapse;
}
.tableData > tbody > tr > td {
border: solid 1px #f4f4f4;
background-color: #fff;
}
.tableData > tbody > tr:nth-child(odd) > td {
background-color: hsl(0, 0%, 98.5%);
}
.tableData > thead > tr > th,
.tableData > tbody > tr > th {
background-color: #f4f4f4;
border: solid 1px #f4f4f4;
}
.tableData > tbody > tr:hover > td {
background-color: hsl(0, 0%, 97.5%);
}
.tableData > tfoot > tr > th,
.tableData > tfoot > tr > td {
background-color: #f4f4f4;
}
.tableDataDark {
border: solid 1px #d8d8d8;
border-collapse: collapse;
}
.tableDataDark td {
border: solid 1px #d8d8d8;
background-color: #fff;
}
.tableDataDark th {
background-color: #eee;
border: solid 1px #d8d8d8;
}
.tableDataContainer {
background-color: #fff;
}
.tableDataVertical {
border: solid 1px #f4f4f4;
border-collapse: collapse;
}
.tableDataVertical > tbody > tr:nth-child(odd) {
background-color: #f4f4f4;
margin: 0;
padding: 0;
}
.tableDataVertical > tbody > tr > th.name {
width: 170px;
text-align: right;
}
.tableDataVertical table.sub > tbody > tr:not(:first-child) > th,
.tableDataVertical table.sub > tbody > tr:not(:first-child) > td {
border-top: 1px dashed #aaa;
}
.tableDataVertical table.sub > tbody > tr > th {
font-weight: normal;
text-align: right;
}
.tableDataVertical table.sub > tbody > tr > th.name {
text-align: right;
}
.icon16 {
display: inline-block;
height: 16px;
width: 16px;
margin-left: 2px;
cursor: pointer;
}
.subtleUntilHover {
-moz-opacity: 0.3;
opacity: 0.3;
}
.subtleUntilHover:hover {
-moz-opacity: 1;
opacity: 1;
}
#layout_PageHeading #User_Show_Flags {
display: inline-block;
float: right;
font-size: 0.6em;
}
#layout_PageHeading #User_Show_Flags > i {
cursor: default;
}
#layout_PageHeading #User_Show_Flags > i > .details {
display: none;
}
#User_Show #User_Show_Subjects {
table-layout: fixed;
}
#User_Show #User_Show_Subjects > tbody > tr > td {
padding-top: 0;
height: 100%;
}
#User_Show #User_Show_Subjects > tbody > tr > td > div div.status {
margin-top: 2px;
padding-top: 2px;
border-top: 1px dashed #ddd;
}
#User_Show #User_Show_Subjects > tbody > tr > td > div input.discreet {
margin-left: -2px;
}
#User_Show #User_Show_Subjects > tbody > tr > td:not(:last-child) {
border-right: 1px dashed #aaa;
}
#User_Show #User_Show_Subjects #User_Show_Details {
width: 330px;
}
#User_Show #User_Show_Subjects #User_Show_Details.hasPhoto {
width: 450px;
}
#User_Show #User_Show_Subjects #User_Show_Details #User_Show_Details_Photo_Container {
float: left;
padding-right: 4px;
}
#User_Show #User_Show_Subjects #User_Show_Details #User_Show_Details_Photo {
max-height: 192px;
width: auto;
}
#User_Show #User_Show_Subjects #User_Show_Details table.verticalHeadings {
width: auto;
}
#User_Show #User_Show_Subjects #User_Show_Details table.verticalHeadings > tbody > tr > td:first-child {
width: 104px;
font-weight: 600;
}
#User_Show #User_Show_Subjects #User_Show_Details #User_Show_Details_Identity_Id {
font-weight: 600;
}
#User_Show #User_Show_Subjects #User_Show_Details #User_Show_GenerateDocument_Container {
padding-top: 4px;
}
#User_Show #User_Show_Subjects #User_Show_Details #User_Show_Details_Actions {
margin-top: 4px;
}
#User_Show #User_Show_Subjects #User_Show_AssignedDevices .User_Show_AssignedDevices_CurrentAssignment {
border-bottom: 1px dashed #ddd;
padding: 4px;
}
#User_Show #User_Show_Subjects #User_Show_AssignedDevices .User_Show_AssignedDevices_CurrentAssignment td:first-child {
width: 90px;
font-weight: 600;
}
#User_Show #User_Show_Subjects #User_Show_AssignedDevices .User_Show_AssignedDevices_CurrentAssignment img.User_Show_AssignedDevices_CurrentAssignment_Image {
float: left;
width: 64px;
height: 64px;
margin-right: 6px;
}
#User_Show #User_Show_Subjects #User_Show_AssignedDevices .User_Show_AssignedDevices_CurrentAssignment div.User_Show_AssignedDevices_CurrentAssignment_Details {
float: left;
}
#User_Show #User_Show_Subjects #User_Show_AssignedDevices .User_Show_AssignedDevices_CurrentAssignment .User_Show_Assigned_Devices_CurrentAssignment_Flags {
font-size: 16px;
}
#User_Show #User_Show_Subjects #User_Show_AssignedDevices .User_Show_AssignedDevices_CurrentAssignment .User_Show_Assigned_Devices_CurrentAssignment_Flags > i {
cursor: default;
}
#User_Show #User_Show_Subjects #User_Show_AssignedDevices .User_Show_AssignedDevices_CurrentAssignment .User_Show_Assigned_Devices_CurrentAssignment_Flags > i > .details {
display: none;
}
#User_Show #User_Show_Subjects #User_Show_Subjects_Actions > td {
padding-top: 4px;
}
#UserDetailTabs {
margin-top: 10px;
/*jQuery Tab Extensions*/
border-radius: 0;
background-image: none;
background-color: #fff;
border: none;
padding: 0;
}
#UserDetailTabs #UserDetailTabItems {
border-radius: 0;
border-top: 1px solid #ddd;
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
border-bottom: none;
padding: 2px 0 0 4px;
background-image: none;
background-color: #eee;
display: table;
}
#UserDetailTabs #UserDetailTabItems > li {
top: 0;
border-radius: 0;
margin: 0 5px 0 0;
padding: 0;
line-height: normal;
margin-right: 4px;
}
#UserDetailTabs #UserDetailTabItems > li > a {
padding: 5px 8px;
}
#UserDetailTabs div.ui-tabs-panel {
border-radius: 0;
padding: 4px;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
border-left: 1px solid #ddd;
border-top: none;
background-color: #eee;
}
#UserDetailTab-CommentsAndJobs {
display: grid;
grid-template-columns: auto;
}
#UserDetailTab-CommentsAndJobs.canShowComments.canShowJobs {
grid-template-columns: 375px auto;
}
#UserDetailTab-CommentsAndJobs.canShowComments.canShowJobs > #UserDetailTab-Comments {
grid-column: 1;
}
#UserDetailTab-CommentsAndJobs.canShowComments.canShowJobs > #UserDetailTab-JobsContainer {
grid-column: 2;
}
#UserDetailTab-CommentsAndJobs.cannotShowComments div.jobTable {
border: 1px solid #ccc;
}
#UserDetailTab-CommentsContainer {
max-height: 650px;
}
#UserDetailTab-JobsContainer {
max-height: 650px;
overflow: auto;
}
#Comments {
box-sizing: border-box;
height: 100%;
min-height: 373px;
padding-bottom: 51px;
border: 1px solid #ccc;
background-color: #fff;
position: relative;
}
#Comments div.commentInput {
border-top: 1px solid #ccc;
box-sizing: border-box;
width: 100%;
height: 51px;
padding: 5px;
position: absolute;
bottom: 0;
display: grid;
grid-template-columns: auto 40px;
}
#Comments div.commentInput textarea.commentInput {
grid-column: 1;
border: 0;
padding: 0;
margin: 0;
width: 100%;
height: 40px;
min-height: 40px;
overflow: auto;
resize: none;
}
#Comments div.commentInput button {
grid-column: 2;
appearance: none;
font-size: 1.5em;
display: block;
border: 1px solid #fff;
background-color: #fff;
}
#Comments div.commentInput button:not([disabled]):hover,
#Comments div.commentInput button:not([disabled]):focus {
color: #335A87;
background-color: #ededed;
border: 1px solid #ccc;
}
#Comments div.commentInput button[disabled] {
color: rgba(51, 51, 51, 0.2);
cursor: default;
}
#Comments div.commentOutput {
height: 100%;
overflow: auto;
background-color: #fafafa;
color: #000;
}
#Comments div.commentOutput > div {
padding: 3px;
margin: 4px 6px;
border-bottom: 1px solid #ccc;
}
#Comments div.commentOutput > div span.author {
color: #444;
display: block;
font-weight: 600;
font-size: 0.95em;
float: left;
}
#Comments div.commentOutput > div span.timestamp {
display: block;
float: right;
font-size: 0.9em;
font-style: italic;
}
#Comments div.commentOutput > div div.comment {
clear: both;
display: block;
margin-left: 4px;
}
#Comments div.commentOutput > div div.comment p {
line-height: 1.2em;
padding-bottom: 0.2em;
}
#Comments div.commentOutput > div div.comment h1,
#Comments div.commentOutput > div div.comment h2,
#Comments div.commentOutput > div div.comment h3,
#Comments div.commentOutput > div div.comment h4,
#Comments div.commentOutput > div div.comment h5 {
font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
font-weight: 600;
font-size: 14px;
margin: 2px 0 !important;
}
#Comments div.commentOutput > div div.comment hr {
margin-top: 0.2em;
}
#Comments div.commentOutput > div div.comment code {
font-size: 0.9em;
}
#Comments div.commentOutput > div:hover span.remove {
opacity: 0.5;
}
#Comments div.commentOutput > div span.remove {
font-size: 1.2em;
color: #e51400;
margin-left: 6px;
cursor: pointer;
opacity: 0;
}
#Comments div.commentOutput > div span.remove:hover {
opacity: 1;
}
#Comments div.commentOutput > div:last-child {
border-bottom: none;
}
#Comments.cannotAddComments {
padding-bottom: 0;
}
#UserDetailTab-JobsContainer div.jobTable {
min-height: 320px;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
#UserDetailTab-JobsContainer .dataTables_wrapper .dataTables_filter {
margin-top: -24px;
-moz-opacity: 1;
opacity: 1;
}
#UserDetailTab-JobsContainer .dataTables_wrapper .dataTables_length {
margin-top: -24px;
-moz-opacity: 1;
opacity: 1;
}
#UserDetailTab-JobsContainer .dataTables_wrapper .dataTables_showStatusClosed {
right: 220px;
margin-top: -24px;
}
#User_Show_Details_Actions_AddFlag_Dialog {
height: 400px;
}
#User_Show_Details_Actions_AddFlag_Dialog .flagPicker {
position: absolute;
width: 250px;
height: 300px;
overflow-y: auto;
background-color: #fcfcfc;
border: 1px solid #ccc;
}
#User_Show_Details_Actions_AddFlag_Dialog .flagPicker > input {
box-sizing: border-box;
width: 100%;
border: none;
border-bottom: 1px solid #ddd;
}
#User_Show_Details_Actions_AddFlag_Dialog .flagPicker > div {
background-color: #fff;
border-bottom: 1px solid #ddd;
padding: 6px 0 6px 6px;
cursor: pointer;
}
#User_Show_Details_Actions_AddFlag_Dialog .flagPicker > div:hover {
background-color: #f4f4f4;
}
#User_Show_Details_Actions_AddFlag_Dialog .flagPicker > div.selected,
#User_Show_Details_Actions_AddFlag_Dialog .flagPicker > div.selected:hover {
background-color: #eee;
}
#User_Show_Details_Actions_AddFlag_Dialog .details {
display: none;
position: absolute;
left: 280px;
top: 1em;
}
#User_Show_Details_Actions_AddFlag_Dialog .details h4 {
margin-bottom: 4px;
}
#User_Show_Details_Actions_AddFlag_Dialog .details textarea {
min-width: 280px;
height: 200px;
}
#UserDetailTab-Flags #userFlags {
border: solid 1px #d8d8d8;
border-collapse: collapse;
table-layout: fixed;
}
#UserDetailTab-Flags #userFlags td {
border: solid 1px #d8d8d8;
background-color: #fff;
}
#UserDetailTab-Flags #userFlags th {
background-color: #eee;
border: solid 1px #d8d8d8;
}
#UserDetailTab-Flags #userFlags i.fa-edit {
position: absolute;
top: 0;
right: 0;
margin-top: 4px;
font-size: 1.1em;
cursor: pointer;
display: none;
color: #335A87;
}
#UserDetailTab-Flags #userFlags i.fa-edit:hover {
color: #5e8cc2;
}
#UserDetailTab-Flags #userFlags td:hover i.fa-edit {
display: inline-block;
}
#UserDetailTab-Flags #userFlags th.name {
width: 200px;
}
#UserDetailTab-Flags #userFlags tr.removed td {
background-color: #f4f4f4;
}
#UserDetailTab-Flags #userFlags td.name {
vertical-align: middle;
}
#UserDetailTab-Flags #userFlags td.name .fa-stack {
line-height: 1.6em;
}
#UserDetailTab-Flags #userFlags td.added,
#UserDetailTab-Flags #userFlags td.removed {
vertical-align: middle;
}
#UserDetailTab-Flags #userFlags td.added .expressionResult,
#UserDetailTab-Flags #userFlags td.removed .expressionResult {
margin-top: 4px;
font-style: italic;
}
#UserDetailTab-Flags #userFlags td.comments {
vertical-align: middle;
}
#UserDetailTab-Flags #userFlags td.comments .editable {
position: relative;
}
#UserDetailTab-Flags #userFlags td.comments .commentsRaw {
display: none;
}
#UserDetailTab-Flags #userFlags td.removed.na {
vertical-align: middle;
text-align: center;
}
#UserDetailTab-Flags > .none {
text-align: center;
padding: 30px 0;
font-style: italic;
background-color: #fff;
}
#User_Show_Flags_Actions_EditComments_Dialog h4 {
margin-bottom: 4px;
}
#User_Show_Flags_Actions_EditComments_Dialog_Comments {
width: 280px;
}
#UserDetailTab-Authorization #UserDetailTab-AuthorizationContainer {
background-color: #fff;
border: 1px solid #ccc;
}
#UserDetailTab-Authorization #UserDetailTab-Authorization_ClaimsTree_Container {
width: 50%;
float: left;
padding: 6px 10px 6px 4px;
}
#UserDetailTab-Authorization #UserDetailTab-Authorization_ClaimsTree_Container > span.smallMessage:last-child {
display: block;
text-align: right;
}
#UserDetailTab-Authorization #UserDetailTab-Authorization_Membership {
width: 40%;
float: right;
padding: 6px 10px;
border-left: 1px dashed #ccc;
border-bottom: 1px dashed #ccc;
}
#UserDetailTab-Authorization #UserDetailTab-Authorization_Membership #UserDetailTab-Authorization_Membership_Roles {
margin-bottom: 10px;
}
#UserDetailTab-Authorization #UserDetailTab-Authorization_Membership #UserDetailTab-Authorization_Membership_Groups_Container > span.smallMessage:last-child {
display: block;
text-align: right;
}
#UserDetailTab-Authorization #UserDetailTab-Authorization_NoAccess {
width: 50%;
float: left;
padding: 6px 10px;
}
#UserDetailTab-Authorization #UserDetailTab-Authorization_NoAccess h3 {
margin-bottom: 10px;
}
#userShowResources #AttachmentsContainer {
padding: 0;
}
#userShowResources #Attachments {
position: relative;
border: 1px solid #ccc;
background-color: #fff;
}
#userShowResources #Attachments div.attachmentOutput {
position: relative;
height: 320px;
overflow: auto;
}
#userShowResources #Attachments div.attachmentOutput > a {
display: block;
float: left;
height: 48px;
width: 218px;
padding: 2px;
margin: 2px;
font-size: 0.9em;
border: 1px solid #fff;
color: #000;
text-decoration: none;
}
#userShowResources #Attachments div.attachmentOutput > a span.comments,
#userShowResources #Attachments div.attachmentOutput > a span.author,
#userShowResources #Attachments div.attachmentOutput > a span.timestamp {
display: block;
float: left;
width: 168px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
height: 16px;
}
#userShowResources #Attachments div.attachmentOutput > a span.author {
color: #888;
width: 150px;
}
#userShowResources #Attachments div.attachmentOutput > a span.timestamp {
color: #888;
font-style: italic;
}
#userShowResources #Attachments div.attachmentOutput > a span.icon {
display: block;
float: left;
height: 48px;
width: 48px;
margin-right: 2px;
}
#userShowResources #Attachments div.attachmentOutput > a span.icon img {
height: 48px;
width: 48px;
}
#userShowResources #Attachments div.attachmentOutput > a span.icon img.loading {
display: none;
}
#userShowResources #Attachments div.attachmentOutput > a:hover {
background-color: #ededed;
border: 1px solid #ccc;
}
#userShowResources #Attachments div.attachmentOutput > a:hover span.remove {
opacity: 0.5;
}
#userShowResources #Attachments div.attachmentOutput > a span.remove {
font-size: 1.4em;
color: #e51400;
margin-left: 5px;
cursor: pointer;
opacity: 0;
}
#userShowResources #Attachments div.attachmentOutput > a span.remove:hover {
opacity: 1;
}
#userShowResources #Attachments.cannotAddAttachments div.attachmentOutput {
height: 162px;
}
#userShowResources #Attachments div.attachmentInput {
border-top: 1px solid #ccc;
height: 40px;
background-color: #fff;
padding: 3px;
}
#userShowResources #Attachments div.attachmentInput span.action {
display: block;
margin: 1px 2px 1px 0;
font-size: 1.5em;
cursor: pointer;
float: right;
padding: 0.5em;
}
#userShowResources #Attachments div.attachmentInput span.action:not(.fa-spin) {
color: #333;
border: 1px solid #fff;
}
#userShowResources #Attachments div.attachmentInput span.action:not(.fa-spin):hover {
color: #335A87;
background-color: #ededed;
border: 1px solid #ccc;
}
#userShowResources #Attachments div.attachmentInput span.action:not(.fa-spin).disabled {
color: rgba(51, 51, 51, 0.2);
cursor: default;
}
#userShowResources #Attachments div.attachmentInput span.action:not(.fa-spin).disabled:hover {
color: rgba(51, 51, 51, 0.2);
background-color: inherit;
border: 1px solid #fff;
}
#userShowResources #Attachments div.attachmentInput span.action.download-all {
margin-left: 2px;
float: left;
}
#User_Show_Details_Actions_CreateJob_Dialog #CreateJob_Assignments {
margin-top: 6px;
background-color: #fff;
line-height: 1.3;
border: 1px solid #ddd;
max-height: 300px;
overflow-y: auto;
}
#User_Show_Details_Actions_CreateJob_Dialog #CreateJob_Assignments li.CreateJob_Assignment {
display: block;
padding: 4px;
cursor: pointer;
}
#User_Show_Details_Actions_CreateJob_Dialog #CreateJob_Assignments li.CreateJob_Assignment:not(:last-child) {
border-bottom: 1px dashed #ddd;
}
#User_Show_Details_Actions_CreateJob_Dialog #CreateJob_Assignments li.CreateJob_Assignment:hover {
background-color: #f4f4f4;
}
#User_Show_Details_Actions_CreateJob_Dialog #CreateJob_Assignments li.CreateJob_Assignment tr:first-child td {
width: 68px;
}
#User_Show_Details_Actions_CreateJob_Dialog #CreateJob_Assignments li.CreateJob_Assignment td:first-child {
width: 90px;
font-weight: 600;
}
#User_Show_Details_Actions_CreateJob_Dialog #CreateJob_Assignments li.CreateJob_Assignment img.CreateJob_Assignment_Image {
width: 64px;
height: 64px;
}