feature: custom details first-class

custom details (such as those from the UserDetails plugin) can now be more deeply integrated throughtout the system
This commit is contained in:
Gary Sharp
2021-02-07 18:15:52 +11:00
parent e11d0871c4
commit 3e57af394d
41 changed files with 2700 additions and 1279 deletions
+8
View File
@@ -126,6 +126,14 @@
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACWUlEQVQ4y6XRXWiSURgHcJsXa4WNNuuyiy6CoAupixERoXXhmljuxaJiFrVA1i72cVFCOSMt8rNt2YfGO5g5Z1NstWW+c4ZBq4QpqMkEbZDSCObAMprjdf90sIjxsgUdODd/zvmd5zwPCwDrf/aGB7q6utgmk8ngdruzVqt10eVyTWu1Wuk/AXK5vMpoNPpjsRgGbU8/9fbdH/J4PAuRSARKpfLKhoBYLG595nTCaDSZVjPp6TPbHQ5H0mAwfBeJRHXrAp0dna9JcqCguX2H/Xd+S625aLFYQBDE8XWBd+8/TI6Njc+vzcfGX4nLX4FOp5OuC0wGAlS53NzaPPAm2Gi32+H3+5tYJEl+pigKoVAIPp+PnpqaosPhMF1uHB2Px2mv14vya6VgMKhhHGN3d/dSMplENptFIpHA3NwcCoUCSqUSKqvScZVKBbPZHGQEFApFMZ1OI5PJIBqNrkD5fB40Ta8AlcrUajVsNpufEbh+42YxHEkh+/UbUqlZpGd/lAH8WTMzMzDd64d7NMAMDOobi/OpHqh6rqK9jcCvBQncQzK0Xm5DPn0BJ4lz6GgVIkedYAaamxqK0dEDePl4FziczehTsZGLs7BnNwdiwRac4lejvp6La83VzABv/8FF/qG9oD/WQS/fhNptHEw8rEJiuAo7ubXACAtH9m0Fu2YHxQzweEuEVIYnaiFmvQ04f1aItksi5KaP4ZFGjDB5GG/7j4LL5YYYgZYW2c/yiJbv6h/A0EvC4RjGiOsFnK4J+KgABmyjsDufL0skki8CgYCoXOLz+TWrwG+kXMkgQ6yv+QAAAABJRU5ErkJggg==) /*Images/Actions/unlocked.png*/;
background-repeat: no-repeat;
}
#Device_Show #Device_Show_Subjects #Device_Show_Details #Device_Show_User #Device_Show_User_Photo_Container {
float: left;
padding-right: 2px;
}
#Device_Show #Device_Show_Subjects #Device_Show_Details #Device_Show_User #Device_Show_User_Photo {
max-width: 48px;
height: auto;
}
#Device_Show #Device_Show_Subjects #Device_Show_Details #Device_Show_User #Device_Show_User_Flags {
font-size: 16px;
}
+14 -3
View File
@@ -43,9 +43,9 @@
}
}
& > tbody > tr > td:not(:last-child) {
border-right: 1px dashed #aaa;
}
& > tbody > tr > td:not(:last-child) {
border-right: 1px dashed #aaa;
}
#Device_Show_Details {
@@ -69,6 +69,17 @@
}
#Device_Show_User {
#Device_Show_User_Photo_Container {
float: left;
padding-right: 2px;
}
#Device_Show_User_Photo {
max-width: 48px;
height: auto;
}
#Device_Show_User_Flags {
font-size: 16px;
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

+8
View File
@@ -202,6 +202,14 @@
#Job_Show #Job_Show_Subjects #Job_Show_Device #Job_Show_Device_DeviceHeld table > tbody > tr > td:first-child {
width: 62px;
}
#Job_Show #Job_Show_Subjects #Job_Show_User #Job_Show_User_Photo_Container {
float: left;
padding-right: 4px;
}
#Job_Show #Job_Show_Subjects #Job_Show_User #Job_Show_User_Photo {
height: auto;
max-width: 96px;
}
#Job_Show #Job_Show_Subjects #Job_Show_User #Job_Show_User_Flags {
margin: 4px 0;
font-size: 16px;
+19 -8
View File
@@ -73,9 +73,9 @@
}
}
& > tbody > tr > td:not(:last-child) {
border-right: 1px dashed #aaa;
}
& > tbody > tr > td:not(:last-child) {
border-right: 1px dashed #aaa;
}
#Job_Show_Job {
#Job_Show_Job_Type {
@@ -83,7 +83,7 @@
text-transform: uppercase;
font-size: 16px;
}
& > table {
table-layout: fixed;
}
@@ -113,10 +113,10 @@
vertical-align: middle;
}
& > tbody > tr > td:first-child {
font-weight: @FontWeightBodyBold;
width: 60px;
}
& > tbody > tr > td:first-child {
font-weight: @FontWeightBodyBold;
width: 60px;
}
}
}
@@ -166,6 +166,17 @@
}
#Job_Show_User {
#Job_Show_User_Photo_Container {
float: left;
padding-right: 4px;
}
#Job_Show_User_Photo {
height: auto;
max-width: 96px;
}
#Job_Show_User_Flags {
margin: 4px 0;
font-size: 16px;
File diff suppressed because one or more lines are too long
+14 -3
View File
@@ -94,9 +94,6 @@
padding-top: 0;
height: 100%;
}
#User_Show #User_Show_Subjects > tbody > tr > td > div {
position: relative;
}
#User_Show #User_Show_Subjects > tbody > tr > td > div div.status {
margin-top: 2px;
padding-top: 2px;
@@ -111,6 +108,20 @@
#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;
+19 -4
View File
@@ -26,7 +26,6 @@
height: 100%;
& > div /* Extra DIV added for FireFox TD relative position incompatibility */ {
position: relative;
div.status {
margin-top: 2px;
@@ -40,14 +39,30 @@
}
}
& > tbody > tr > td:not(:last-child) {
border-right: 1px dashed #aaa;
}
& > tbody > tr > td:not(:last-child) {
border-right: 1px dashed #aaa;
}
#User_Show_Details {
width: 330px;
&.hasPhoto {
width: 450px;
}
#User_Show_Details_Photo_Container {
float: left;
padding-right: 4px;
}
#User_Show_Details_Photo {
max-height: 192px;
width: auto;
}
table.verticalHeadings {
width: auto;
& > tbody > tr > td:first-child {
width: 104px;
font-weight: @FontWeightBodyBold;
File diff suppressed because one or more lines are too long