Beautify (a bit) groups list

* Reduce font size to fit and look better
* Group nickname is bold
* Add @ prefix to location
This commit is contained in:
aroquen 2015-07-26 11:51:00 +02:00
parent 7b04ee6a9b
commit a416abb940
1 changed files with 11 additions and 2 deletions

View File

@ -1633,14 +1633,23 @@ 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: "(";
font-weight:normal;