]> code.citadel.org Git - citadel.git/commitdiff
resize the messages list : HTML/CSS modifications
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Sun, 6 May 2007 07:33:56 +0000 (07:33 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Sun, 6 May 2007 07:33:56 +0000 (07:33 +0000)
webcit/messages.c
webcit/static/webcit.css

index ab41d240b86e2b145d487b2879857914693a2464..488298ec750398c04196691aada3961040eb4ebd 100644 (file)
@@ -2491,10 +2491,7 @@ void readloop(char *oper)
                /** Here's the grab-it-to-resize-the-message-list widget */
                wprintf("<div id=\"resize_msglist\" "
                        "onMouseDown=\"CtdlResizeMsgListMouseDown(event)\">"
-                       "<div class=\"fix_scrollbar_bug\">"
-                       "<table width=100%% border=3 cellspacing=0 "
-                       "bgcolor=\"#cccccc\" "
-                       "cellpadding=0><TR><TD> </td></tr></table>"
+                       "<div class=\"fix_scrollbar_bug\"> <hr>"
                        "</div></div>\n"
                );
 
index 2229583b81e95400f21147d65dd1dbf7d4d596e6..3fdce2eb761225c6ed3ebb18e6e4f6794b482412 100644 (file)
@@ -239,6 +239,7 @@ li.start_page {
        height: 5%;
        overflow: none;
        font-style: italic;
+       text-align: left;
 }
 
 * html #message_list_hdr {
@@ -250,6 +251,7 @@ li.start_page {
        height: 5%;
        overflow: none;
        font-style: italic;
+       text-align: left;
 }
 
 #delbutton {
@@ -287,6 +289,7 @@ li.start_page {
        height: 1%;
        overflow: none;
        cursor: s-resize;
+       background-color: #cccccc;
 }
 
 * html #resize_msglist {