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