Show full name close to nickname in subscribers list. For consistency with groups list
This commit is contained in:
parent
a416abb940
commit
31bcf8cfa2
@ -1618,9 +1618,6 @@ ul.profile_list li {
|
|||||||
.profile_list .h-card .u-photo {
|
.profile_list .h-card .u-photo {
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
.profile_list .h-card .p-nickname {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.profile_list tbody tr:nth-child(2n+1) {
|
table.profile_list tbody tr:nth-child(2n+1) {
|
||||||
background-color: #fafafa !important;
|
background-color: #fafafa !important;
|
||||||
@ -1633,23 +1630,13 @@ margin-left:0;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.entity_profile .p-nickname {
|
.entity_profile .p-nickname {
|
||||||
font-size: 1.0em;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entity_profile .p-name {
|
.entity_profile .p-name {
|
||||||
font-size: 1.0em;
|
|
||||||
clear: left;
|
clear: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entity_profile .label {
|
|
||||||
font-size: 1.0em;
|
|
||||||
clear: left;
|
|
||||||
}
|
|
||||||
.entity_profile .label:before {
|
|
||||||
content: "@";
|
|
||||||
}
|
|
||||||
|
|
||||||
.entity_profile .p-name:before {
|
.entity_profile .p-name:before {
|
||||||
content: "(";
|
content: "(";
|
||||||
font-weight:normal;
|
font-weight:normal;
|
||||||
|
Loading…
Reference in New Issue
Block a user