]> code.citadel.org Git - citadel.git/commitdiff
messages list header : some HTML/CSS modifications
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Sat, 5 May 2007 17:10:49 +0000 (17:10 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Sat, 5 May 2007 17:10:49 +0000 (17:10 +0000)
webcit/messages.c
webcit/static/webcit.css

index fc380bf554d510e181f743748b99a6a5f14e4ef1..c5ff6f69e5d490d7b1f68ba3db2b65d0f8bc831b 100644 (file)
@@ -2387,14 +2387,14 @@ void readloop(char *oper)
                        "<table cellspacing=0 style=\"width:100%%\">"
                        "<tr>"
                );
-               wprintf("<td width=%d%%><b><i>%s</i></b> %s</td>"
-                       "<td width=%d%%><b><i>%s</i></b> %s</td>"
-                       "<td width=%d%%><b><i>%s</i></b> %s"
+               wprintf("<th width=%d%%>%s %s</th>"
+                       "<th width=%d%%>%s %s</th>"
+                       "<th width=%d%%>%s %s"
                        "&nbsp;"
-                       "<input type=\"submit\" name=\"delete_button\" style=\"font-size:6pt\" "
+                       "<input type=\"submit\" name=\"delete_button\" id=\"delbutton\" "
                        " onClick=\"CtdlDeleteSelectedMessages(event)\" "
                        " value=\"%s\">"
-                       "</td>"
+                       "</th>"
                        "</tr>\n"
                        ,
                        SUBJ_COL_WIDTH_PCT,
index 64e6ff194687b7ebbd05a6f356867e4beb7587f1..0874b527592274b16beea478ad909255493c40bf 100644 (file)
@@ -238,6 +238,7 @@ li.start_page {
        width: 85%;
        height: 5%;
        overflow: none;
+       font-style: italic;
 }
 
 * html #message_list_hdr {
@@ -248,6 +249,11 @@ li.start_page {
        width: 85%;
        height: 5%;
        overflow: none;
+       font-style: italic;
+}
+
+#delbutton {
+       font-size: 6pt;
 }
 
 #message_list {