Files
Disco/Disco.Web/ClientSource/Style/User.less
T
Gary Sharp aeb9eb4d3a Style bundling update
Using VS extension: 'Web Compiler'
2016-09-29 19:28:57 +10:00

519 lines
12 KiB
Plaintext

@import "Shared";
#layout_PageHeading {
#User_Show_Flags {
display: inline-block;
float: right;
height: 50px;
font-size: 0.6em;
& > i {
cursor: default;
& > .details {
display: none;
}
}
}
}
#User_Show {
#User_Show_Subjects {
table-layout: fixed;
& > tbody > tr > td {
padding-top: 0;
height: 100%;
& > div /* Extra DIV added for FireFox TD relative position incompatibility */ {
position: relative;
div.status {
margin-top: 2px;
padding-top: 2px;
border-top: 1px dashed #ddd;
}
input.discreet {
margin-left: -2px;
}
}
}
& > tbody > tr > td:not(:last-child) {
border-right: 1px dashed #aaa;
}
#User_Show_Details {
width: 330px;
table.verticalHeadings {
& > tbody > tr > td:first-child {
width: 104px;
font-weight: @FontWeightBodyBold;
}
}
#User_Show_Details_Identity_Id {
font-weight: @FontWeightBodyBold;
}
#User_Show_GenerateDocument_Container {
padding-top: 4px;
#User_Show_GenerateDocument {
padding: 0;
}
}
#User_Show_Details_Actions {
margin-top: 4px;
}
}
#User_Show_AssignedDevices {
.User_Show_AssignedDevices_CurrentAssignment {
border-bottom: 1px dashed #ddd;
padding: 4px;
td:first-child {
width: 90px;
font-weight: @FontWeightBodyBold;
}
img.User_Show_AssignedDevices_CurrentAssignment_Image {
float: left;
width: 64px;
height: 64px;
margin-right: 6px;
}
div.User_Show_AssignedDevices_CurrentAssignment_Details {
float: left;
}
}
}
#User_Show_Subjects_Actions {
& > td {
padding-top: 4px;
}
}
}
}
#UserDetailTabs {
margin-top: 10px;
/*jQuery Tab Extensions*/
border-radius: 0;
background-image: none;
background-color: @white;
border: none;
padding: 0;
#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;
& > li {
top: 0;
border-radius: 0;
margin: 0 5px 0 0;
padding: 0;
line-height: normal;
margin-right: 4px;
& > a {
padding: 5px 8px;
}
}
}
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-JobsContainer {
div.jobTable {
margin: -1px;
border: 1px solid #ddd;
}
.dataTables_wrapper {
.dataTables_filter {
margin-top: -24px;
-moz-opacity: 1;
opacity: 1;
}
.dataTables_length {
margin-top: -24px;
-moz-opacity: 1;
opacity: 1;
}
.dataTables_showStatusClosed {
right: 220px;
margin-top: -24px;
}
}
}
#User_Show_Details_Actions_AddFlag_Dialog {
height: 400px;
.flagPicker {
position: absolute;
width: 250px;
height: 300px;
overflow-y: auto;
background-color: #fcfcfc;
border: 1px solid #ccc;
& > div {
background-color: @white;
border-bottom: 1px solid #ddd;
padding: 6px 0 6px 6px;
cursor: pointer;
&:hover {
background-color: @TableDataBorderColour;
}
&.selected, &.selected:hover {
background-color: @TableDataDarkBackgroundColour;
}
}
}
.details {
display: none;
position: absolute;
left: 280px;
top: 1em;
h4 {
margin-bottom: 4px;
}
textarea {
min-width: 280px;
height: 200px;
}
}
}
#UserDetailTab-Flags {
#userFlags {
.tableDataDark;
table-layout: fixed;
i.fa-edit {
position: absolute;
top: 0;
right: 0;
margin-top: 4px;
font-size: 1.1em;
cursor: pointer;
display: none;
color: @HyperLinkColour;
&:hover {
color: @HyperLinkHoverColour;
}
}
td:hover i.fa-edit {
display: inline-block;
}
th.name {
width: 200px;
}
th.added {
}
th.removed {
}
tr.removed td {
background-color: @TableDataBorderColour;
}
td.name {
vertical-align: middle;
.fa-stack {
line-height: 1.6em;
}
}
td.added, td.removed {
vertical-align: middle;
}
td.comments {
vertical-align: middle;
.editable {
position: relative;
}
.commentsRaw {
display: none;
}
}
td.removed {
&.na {
vertical-align: middle;
text-align: center;
}
}
}
& > .none {
text-align: center;
padding: 30px 0;
font-style: italic;
background-color: @white;
}
}
#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: @white;
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;
}
}
#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 {
#AttachmentsContainer {
padding: 0;
}
#Attachments {
position: relative;
border: 1px solid @SubtleBorderColour;
background-color: @white;
div.attachmentOutput {
position: relative;
height: 115px;
overflow: auto;
& > a {
display: block;
float: left;
height: 48px;
width: 221px;
padding: 2px;
margin: 2px;
font-size: 0.9em;
border: 1px solid @white;
color: @black;
text-decoration: none;
span.comments, span.author, span.timestamp {
display: block;
float: left;
width: 168px;
overflow: hidden;
height: 16px;
}
span.author {
color: #888;
width: 150px;
}
span.timestamp {
color: #888;
font-style: italic;
}
span.icon {
display: block;
float: left;
height: 48px;
width: 48px;
margin-right: 2px;
img {
height: 48px;
width: 48px;
&.loading {
display: none;
}
}
}
&:hover {
span.remove {
opacity: .5;
}
}
span.remove {
font-size: 1.4em;
color: @StatusRemove;
margin-left: 6px;
cursor: pointer;
opacity: 0;
&:hover {
opacity: 1;
}
}
}
}
&.cannotAddAttachments div.attachmentOutput {
height: 162px;
}
div.attachmentInput {
border-top: 1px solid @SubtleBorderColour;
height: 40px;
background-color: @white;
padding: 3px;
span.action {
color: @HeaderBackgroundColour;
display: block;
margin: 0 4px 0 0;
font-size: 1.5em;
cursor: pointer;
float: right;
border: 1px solid @white;
padding: .5em;
&:hover {
color: @HyperLinkColour;
background-color: @SubtleColour;
border: 1px solid @SubtleBorderColour;
}
&.disabled {
color: fade(@HeaderBackgroundColour, 20%);
cursor: default;
&:hover {
color: fade(@HeaderBackgroundColour, 20%);
background-color: inherit;
border: 1px solid @white;
}
}
}
}
}
}
#User_Show_Details_Actions_CreateJob_Dialog {
#CreateJob_Assignments {
margin-top: 6px;
background-color: @white;
line-height: 1.3em;
border: 1px solid #ddd;
li.CreateJob_Assignment {
display: block;
padding: 4px;
cursor: pointer;
&:not(:last-child) {
border-bottom: 1px dashed #ddd;
}
&:hover {
background-color: @TableDataBorderColour;
}
td:first-child {
width: 90px;
font-weight: @FontWeightBodyBold;
}
img.CreateJob_Assignment_Image {
float: left;
width: 64px;
height: 64px;
margin-right: 6px;
}
div.CreateJob_Assignment_Details {
float: left;
}
}
}
}