From: aroquen Date: Sun, 26 Jul 2015 09:51:00 +0000 (+0200) Subject: Beautify (a bit) groups list X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a416abb940b97456ec94df0ba82401d535cb8037;p=quix0rs-gnu-social.git Beautify (a bit) groups list * Reduce font size to fit and look better * Group nickname is bold * Add @ prefix to location --- diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 20f9aa775f..b8c2de45c8 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1633,13 +1633,22 @@ margin-left:0; } .entity_profile .p-nickname { - font-size:1.4em; + font-size: 1.0em; + font-weight: bold; } .entity_profile .p-name { - font-size: 1.2em; + 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: "(";