]> cgit.babelmonkeys.de Git - socialXMPP.git/blobdiff - css/standard.css
Message sending
[socialXMPP.git] / css / standard.css
index 1792f53c2166572d35a5d50d642d04791e67c1ab..62dbe00765609e49c99b577de8f0ed7c52c739bb 100644 (file)
 .sender {
   color: blue;
 }
+
+.receiver {
+  color: darkred;
+}
+
+.chat {
+  position: fixed;
+  background-color: white;
+  width: 30%;
+  padding: 1em;
+  border: 2px solid;
+}
+
+.chatForm {
+  width: 100%;
+}