]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/static/css/webcit.css
Separate out the display name and email addresses in the JSON output of a message...
[citadel.git] / webcit-ng / static / css / webcit.css
index de5fbae2ff7a6bdfa5d2254052b7027eebcd6247..6d0f9d6156833af8390e7ccd26e087fc0f183828 100644 (file)
@@ -368,6 +368,20 @@ blockquote pre {
        cursor: default;
 }
 
+.ctdl-mail-subject {                                   /* Subject column in mailbox message list */
+}
+
+.ctdl-mail-sender {                                    /* Sender column in mailbox message list */
+}
+
+.ctdl-mail-date {                                      /* Date column in mailbox message list */
+       white-space: nowrap;
+}
+
+.ctdl-mail-msgnum {                                    /* # column in mailbox message list */
+       white-space: nowrap;
+}
+
 .ctdl-mailbox-reading-pane {                           /* message reading pane when in mailbox view */
        overflow-x: hidden;
        overflow-y: auto;