utf8ify_rfc822_string() is in libcitadel now
[citadel.git] / webcit-ng / static / css / webcit.css
index 3b3abd753b58f71990dc33e006a37ed52cacfa6a..5c1b15b33422b1e678cc0620c34aaecce38d2fbb 100644 (file)
@@ -191,8 +191,25 @@ blockquote pre {
 .ctdl-roomlist-mtime {
 }
 
+.ctdl-mailbox-heading {
+       position: sticky;
+       top: 0;
+       z-index: 6;
+}
+
 .ctdl-mailbox-pane {           /* list of messages when in mailbox view */
+       position: absolute;
+       height: 25%;
+       width: inherit;
+       overflow-x: hidden;
+       overflow-y: scroll;
 }
 
 .ctdl-reading-pane {           /* message reading/composing pane when in mailbox view */
+       position: absolute;
+       top: 31%;
+       height: 70%;
+       left: inherit;
+       right: inherit;
+       overflow: scroll;
 }