* Finally got room chat working properly. Just need to add the bells and whistles.
[citadel.git] / webcit / static / webcit.css
index 0bd8bf79ba28a31b49167d1f962f08e268c4ee3a..9d1c4c0c4d8edb241a5d269b8b0798424266b144 100644 (file)
@@ -1613,3 +1613,23 @@ li.event_unread span, a.event_read_title {
        background-color: #FF0000;
        color: #FFFFFF;
 }
+
+.chatrecv_history {
+       margin-left: 5px;
+       margin-right: 5px;
+       margin-top: 5px;
+       margin-bottom: 5px;
+       height: 70%;
+       background-color: #FFFFFF;
+       overflow: auto;
+}
+
+.chatrecv {
+       display: none;
+}
+
+.chatsend {
+       width: 90%;
+       margin-left: auto;
+       margin-right: auto;
+}