Update: User/Device UI Corrections
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
}
|
||||
|
||||
#User_Show_Details {
|
||||
width: 33%;
|
||||
width: 330px;
|
||||
|
||||
table.verticalHeadings {
|
||||
& > tbody > tr > td:first-child {
|
||||
@@ -59,7 +59,6 @@
|
||||
}
|
||||
|
||||
#User_Show_AssignedDevices {
|
||||
width: 66%;
|
||||
|
||||
.User_Show_AssignedDevices_CurrentAssignment {
|
||||
border-bottom: 1px dashed #ddd;
|
||||
@@ -76,6 +75,7 @@
|
||||
height: 64px;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
div.User_Show_AssignedDevices_CurrentAssignment_Details {
|
||||
float: left;
|
||||
}
|
||||
@@ -135,6 +135,31 @@
|
||||
}
|
||||
}
|
||||
|
||||
#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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#userShowResources {
|
||||
#Attachments {
|
||||
@@ -248,4 +273,43 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#User_Show_Details_Actions_CreateJob_Dialog {
|
||||
#CreateJob_Assignments {
|
||||
margin-top: 6px;
|
||||
background-color: #fff;
|
||||
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: bold;
|
||||
}
|
||||
|
||||
img.CreateJob_Assignment_Image {
|
||||
float: left;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
div.CreateJob_Assignment_Details {
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user