From 31bcf8cfa275e5c4cda28454ae0ac7cf57a9c779 Mon Sep 17 00:00:00 2001 From: aroquen Date: Sun, 26 Jul 2015 12:13:14 +0200 Subject: [PATCH] Show full name close to nickname in subscribers list. For consistency with groups list --- theme/base/css/display.css | 13 ------------- 1 file changed, 13 deletions(-) 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,23 +1630,13 @@ 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: "("; font-weight:normal;