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