* Three box with Advanced (on click Advanced icon) are display in the
[citadel.git] / webcit / mainmenu.c
index c271b435f3d999f52285ca4bab08616d759317b1..e595709a4c347b6b337054ae61c759de8d2522e2 100644 (file)
@@ -18,7 +18,7 @@ void display_main_menu(void)
        output_headers(1, 1, 1, 0, 0, 0);
 
        wprintf("<div class=\"fix_scrollbar_bug\">"
-               "<table width=100%%>"
+               "<table class=\"advanced\">"
                "<tr><td colspan=\"2\">\n");
 
        svprintf("BOXTITLE", WCS_STRING, _("Basic commands"));
@@ -26,7 +26,7 @@ void display_main_menu(void)
 
        wprintf("\n"
                "<table border=0 cellspacing=1 cellpadding=1 width=99%%>"
-               "<tr>"
+               "<tr valign=\"top\">"
                "<td>");        /**< start of first column */
 
        wprintf("<ul class=\"adminitems\">");