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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user