From: Thierry Pasqualier Date: Thu, 27 Sep 2007 06:26:11 +0000 (+0000) Subject: Keep some space between boxes in advanced and summary screens X-Git-Tag: v7.86~3046 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=0fefbda2574aeab91dada186bcc759cfb29655c1;p=citadel.git Keep some space between boxes in advanced and summary screens --- diff --git a/webcit/static/webcit.css b/webcit/static/webcit.css index 5ac3fb2b9..fadb23c39 100644 --- a/webcit/static/webcit.css +++ b/webcit/static/webcit.css @@ -839,7 +839,7 @@ html>body #button li a { text-align: left; } -.service, .advanced, .who_is_online { +.service, .who_is_online { text-align: center; width: 100%; } @@ -1124,6 +1124,13 @@ table.altern tr td { /* Advanced menu */ +table.advanced { + margin: 15px auto 0 auto; + width: 98% + border-collapse: separate; + border-spacing: 15px; +} + .advanced .boxcontent ul { margin-left: 4em; } diff --git a/webcit/summary.c b/webcit/summary.c index 7b41eacdc..bcab5df63 100644 --- a/webcit/summary.c +++ b/webcit/summary.c @@ -223,7 +223,7 @@ void summary_inner_div(void) { */ wprintf("
" - ""); + "
"); /** * Column One @@ -264,8 +264,6 @@ void summary_inner_div(void) { wprintf(""); wprintf(""); - wprintf(""); - wprintf(""); wprintf(""); /**