]> code.citadel.org Git - citadel.git/commitdiff
*** empty log message ***
authorArt Cancro <ajc@citadel.org>
Sat, 1 Oct 2005 02:51:12 +0000 (02:51 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 1 Oct 2005 02:51:12 +0000 (02:51 +0000)
webcit/messages.c
webcit/static/webcit.css

index 390233f427ed8543cc8b66cd2fd76e334c07f085..8d07e98cc8bd0aa5250b6481c40b5729a6b47cae 100644 (file)
@@ -1946,6 +1946,7 @@ void readloop(char *oper)
                        "<form name=\"msgomatic\" "
                        "method=\"POST\" action=\"/do_stuff_to_msgs\">\n"
 
+                       "<span class=\"mailbox_summary\">"
                        "<table border=0 cellspacing=0 "
                        "cellpadding=0 width=100%%>\n"
                        "<TR>"
@@ -2025,7 +2026,7 @@ void readloop(char *oper)
        }
 
        if (is_summary) {
-               wprintf("</table></form>"
+               wprintf("</table></span></form>"
                        "</div>\n");                    /* end of 'fix_scrollbar_bug' div */
                wprintf("</div>");                      /* end of 'message_list' div */
 
index e96ee17abaf4bbfc3c752eda34cff9275ef99afb..6ffed576b3230c7a2d8b8a4bcbc6fe9117acfb26 100644 (file)
@@ -326,6 +326,11 @@ a:hover {
        color: #000088;
 }
 
+.mailbox_summary {
+       font-size: 10pt;
+       color: #000000;
+}
+
 /* Quote Levels Colors */
 blockquote {
        color: navy !important; background-color: RGB(245,245,245) !important;