]> git.babelmonkeys.de Git - socialXMPP.git/blobdiff - css/standard.css
Small layout fixes
[socialXMPP.git] / css / standard.css
index 47fa53ab19551afb2eac4c819845546ce2e49f46..b6c3b8e27a9f8a23a3fd48ab41fb0e753f4973db 100644 (file)
@@ -20,7 +20,9 @@
 }
 
 #friends {
+  display: none;
   max-width: 50%;
+  padding: 1em;
   background: grey;
   float: left;
 }
@@ -31,8 +33,9 @@
 
 .friend {
   float: left;
-  margin: 2em;
+  margin: 0.5em;
   text-align: center;
+  max-width: 10em;
 }
 
 .friend img, #vCard_container img {