reduction of spacing between boxes on summary screen
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Fri, 26 Oct 2007 18:38:56 +0000 (18:38 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Fri, 26 Oct 2007 18:38:56 +0000 (18:38 +0000)
webcit/static/webcit.css
webcit/summary.c

index 00b649edf958734048c19bb2aa5b1f83c2d5e818..a6fbd2a3ff8e3c472568f809190cac5f7734b307 100644 (file)
@@ -793,17 +793,12 @@ html>body #button li a {
        width: 100%;
 }
 
-.service table, .advanced table {
+.service table {
        margin-top: 0 auto 0 auto;
        width: 100%;
        text-align: left;
 }
 
-.advanced table table {
-       margin: 0;
-       padding: 0;
-}
-
 .instructions {
        text-align: center;
 }
index 090e2fe9a37bfe840f450b83b134765dedcffc47..e78399eabc0692e697a25b9cfabe6ea5aeea1245 100644 (file)
@@ -223,7 +223,8 @@ void summary_inner_div(void) {
         */
 
        wprintf("<div class=\"fix_scrollbar_bug\">"
-               "<table class=\"advanced\"><tr valign=top>");
+               "<table width=\"100%%\" cellspacing=\"10px\" cellpadding=\"0\">"
+               "<tr valign=top>");
 
        /**
         * Column One