]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Beautify (a bit) groups list
authoraroquen <aroquen@sfr.fr>
Sun, 26 Jul 2015 09:51:00 +0000 (11:51 +0200)
committeraroquen <aroquen@sfr.fr>
Sun, 26 Jul 2015 10:39:47 +0000 (12:39 +0200)
* Reduce font size to fit and look better
* Group nickname is bold
* Add @ prefix to location

theme/base/css/display.css

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