]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Show full name close to nickname in subscribers list. For consistency with groups...
authoraroquen <aroquen@sfr.fr>
Sun, 26 Jul 2015 10:13:14 +0000 (12:13 +0200)
committeraroquen <aroquen@sfr.fr>
Sun, 26 Jul 2015 10:39:48 +0000 (12:39 +0200)
theme/base/css/display.css

index b8c2de45c89c32fed3e6f7b8a1efd5fc70e485a6..813af05c284c5bf06818e1df6673e931b815f64a 100644 (file)
@@ -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: "(";