]> git.babelmonkeys.de Git - socialXMPP.git/blobdiff - css/standard.css
Small layout fixes
[socialXMPP.git] / css / standard.css
index 54cbc06aa35c95c2eadefa03526f57b96bb4a7af..b6c3b8e27a9f8a23a3fd48ab41fb0e753f4973db 100644 (file)
@@ -6,7 +6,64 @@
   clear: both;
 }
 
+#vCard_container {
+  float: left;
+  display: none;
+  margin: 1em;
+}
+
+#ownInfo {
+  display: none;
+  background: lightgrey;
+  float: left;
+  padding: 1em;
+}
+
+#friends {
+  display: none;
+  max-width: 50%;
+  padding: 1em;
+  background: grey;
+  float: left;
+}
+
+.vCardName {
+  font-weight: bold;
+}
+
 .friend {
   float: left;
-  margin: 2em;
+  margin: 0.5em;
+  text-align: center;
+  max-width: 10em;
+}
+
+.friend img, #vCard_container img {
+  max-width: 70px;
+  max-height: 70px;
+}
+
+.sender {
+  color: blue;
+}
+
+.receiver {
+  color: darkred;
+}
+
+.chat {
+  position: fixed;
+  background-color: white;
+  width: 30%;
+  padding: 1em;
+  border: 2px solid;
+}
+
+.chatForm {
+  width: 100%;
+}
+
+.chatTitle {
+  font-size: 15pt;
+  font-weight: bold;
 }