]> cgit.babelmonkeys.de Git - socialXMPP.git/blobdiff - css/standard.css
Show own vCard. Nicer style.
[socialXMPP.git] / css / standard.css
index 54cbc06aa35c95c2eadefa03526f57b96bb4a7af..31a1782e0528ca635fdc487c91236780a667db5f 100644 (file)
@@ -6,7 +6,36 @@
   clear: both;
 }
 
+#vCard_container {
+  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;
 }