From: aroquen Date: Sun, 26 Jul 2015 10:13:14 +0000 (+0200) Subject: Show full name close to nickname in subscribers list. For consistency with groups... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=31bcf8cfa275e5c4cda28454ae0ac7cf57a9c779;p=quix0rs-gnu-social.git Show full name close to nickname in subscribers list. For consistency with groups list --- diff --git a/theme/base/css/display.css b/theme/base/css/display.css index b8c2de45c8..813af05c28 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1618,9 +1618,6 @@ ul.profile_list li { .profile_list .h-card .u-photo { margin-right: 4px; } -.profile_list .h-card .p-nickname { - display: block; -} table.profile_list tbody tr:nth-child(2n+1) { background-color: #fafafa !important; @@ -1633,22 +1630,12 @@ margin-left:0; } .entity_profile .p-nickname { - font-size: 1.0em; font-weight: bold; } .entity_profile .p-name { - font-size: 1.0em; - clear: left; -} - -.entity_profile .label { - font-size: 1.0em; clear: left; } -.entity_profile .label:before { - content: "@"; -} .entity_profile .p-name:before { content: "(";