From 0fefbda2574aeab91dada186bcc759cfb29655c1 Mon Sep 17 00:00:00 2001 From: Thierry Pasqualier Date: Thu, 27 Sep 2007 06:26:11 +0000 Subject: [PATCH] Keep some space between boxes in advanced and summary screens --- webcit/static/webcit.css | 9 ++++++++- webcit/summary.c | 4 +--- 2 files changed, 9 insertions(+), 4 deletions(-) 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(""); /** -- 2.39.2