Keep some space between boxes in advanced and summary screens
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Thu, 27 Sep 2007 06:26:11 +0000 (06:26 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Thu, 27 Sep 2007 06:26:11 +0000 (06:26 +0000)
webcit/static/webcit.css
webcit/summary.c

index 5ac3fb2b9ce1bf2ef9b8c9433991961a32bf7768..fadb23c39bd12089f6b6691a3dcb10239e9d13e2 100644 (file)
@@ -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;
 }
index 7b41eacdc2e5f79f0de8768e6308c5bf83aa7484..bcab5df637a6f2ca909d3bac4f8c35892df3cbd8 100644 (file)
@@ -223,7 +223,7 @@ void summary_inner_div(void) {
         */
 
        wprintf("<div class=\"fix_scrollbar_bug\">"
-               "<table border=0 width=100%%><tr valign=top>");
+               "<table class=\"advanced\"><tr valign=top>");
 
        /**
         * Column One
@@ -264,8 +264,6 @@ void summary_inner_div(void) {
        wprintf("</div></div></div>");
        wprintf("</td>");
 
-       wprintf("</tr><tr valign=top>");
-       wprintf("<td colspan=3><br/></td>");
        wprintf("</tr><tr valign=top>");
 
        /**