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