]> cgit.babelmonkeys.de Git - socialXMPP.git/blobdiff - css/standard.css
Message sending
[socialXMPP.git] / css / standard.css
index 53313c8e3acaf17c341221e2e8683f2a4a22c845..62dbe00765609e49c99b577de8f0ed7c52c739bb 100644 (file)
@@ -7,13 +7,55 @@
 }
 
 #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;
+}
+
+.sender {
+  color: blue;
+}
+
+.receiver {
+  color: darkred;
+}
+
+.chat {
+  position: fixed;
+  background-color: white;
+  width: 30%;
+  padding: 1em;
+  border: 2px solid;
+}
+
+.chatForm {
+  width: 100%;
+}