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
+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;