]> cgit.babelmonkeys.de Git - socialXMPP.git/blobdiff - css/standard.css
Add title to bubbles
[socialXMPP.git] / css / standard.css
index 25e4aed4655e08610134e3628777510e9f50c8fd..47fa53ab19551afb2eac4c819845546ce2e49f46 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%;
+}
+
+.chatTitle {
+  font-size: 15pt;
+  font-weight: bold;
+}