* auth.c: shrink the margins on the login screen so the user sees something
[citadel.git] / webcit / auth.c
index a5d87b08db59a2a349702940bf1328623a5188a8..a837c275f4e6884b2eeec9d2aaff8fcdbf0c1855 100644 (file)
@@ -47,7 +47,7 @@ void display_login(char *mesg)
 
        output_headers(1, 1, 2, 0, 0, 0, 0);
        //wprintf("<div id=\"content\">\n");
-       wprintf("<div>\n");
+       wprintf("<div style=\"position:absolute; top:20px; left:20px; right:20px\">\n");
 
        if (mesg != NULL) if (strlen(mesg) > 0) {
                stresc(buf, mesg, 0, 0);