]> cgit.babelmonkeys.de Git - socialXMPP.git/blobdiff - css/standard.css
Show own vCard. Nicer style.
[socialXMPP.git] / css / standard.css
index 53313c8e3acaf17c341221e2e8683f2a4a22c845..31a1782e0528ca635fdc487c91236780a667db5f 100644 (file)
@@ -7,13 +7,35 @@
 }
 
 #vCard_container {
-  clear: both;
+  float: left;
   display: none;
   margin: 1em;
 }
 
+#ownInfo {
+  display: none;
+  background: lightgrey;
+  float: left;
+  padding: 1em;
+}
+
+#friends {
+  max-width: 50%;
+  background: grey;
+  float: left;
+}
+
+.vCardName {
+  font-weight: bold;
+}
+
 .friend {
   float: left;
   margin: 2em;
   text-align: center;
 }
+
+.friend img, #vCard_container img {
+  max-width: 70px;
+  max-height: 70px;
+}