]> code.citadel.org Git - citadel.git/commitdiff
mailbox summary : some HTML/CSS modifications
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Sat, 5 May 2007 18:02:26 +0000 (18:02 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Sat, 5 May 2007 18:02:26 +0000 (18:02 +0000)
webcit/messages.c
webcit/static/webcit.css

index c5ff6f69e5d490d7b1f68ba3db2b65d0f8bc831b..ab41d240b86e2b145d487b2879857914693a2464 100644 (file)
@@ -1608,7 +1608,7 @@ ENDBODY:
 void display_summarized(int num) {
        char datebuf[64];
 
-       wprintf("<tr id=\"m%ld\" style=\"width:100%%;font-weight:%s;background-color:#ffffff\" "
+       wprintf("<tr id=\"m%ld\" style=\"font-weight:%s;\" "
                "onMouseDown=\"CtdlMoveMsgMouseDown(event,%ld)\">",
                WC->summ[num].msgnum,
                (WC->summ[num].is_new ? "bold" : "normal"),
index 0874b527592274b16beea478ad909255493c40bf..2229583b81e95400f21147d65dd1dbf7d4d596e6 100644 (file)
@@ -508,8 +508,12 @@ a:hover {
 .mailbox_summary {
        font-size: 10pt;
        color: #000000;
+       background-color: #FFFFFF;
 }
 
+.mailbox_summary tr {
+       width: 100%;
+}
 
 blockquote {
        color: navy !important; background-color: RGB(245,245,245) !important;