Minor CSS and markup changes
authorArt Cancro <ajc@citadel.org>
Tue, 19 Dec 2006 16:08:55 +0000 (16:08 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 19 Dec 2006 16:08:55 +0000 (16:08 +0000)
webcit/messages.c
webcit/static/webcit.css

index 0d589adc433578cd4ce38f3461c54648cefd841d..c212cb461c5a5a58789090a33eff3f655c95b433 100644 (file)
@@ -2218,7 +2218,7 @@ void readloop(char *oper)
        if (nummsgs == 0) {
 
                if ((!is_tasks) && (!is_calendar) && (!is_notes) && (!is_addressbook)) {
-                       wprintf("<em>");
+                       wprintf("<div align=\"center\"><br /><em>");
                        if (!strcmp(oper, "readnew")) {
                                wprintf(_("No new messages."));
                        } else if (!strcmp(oper, "readold")) {
@@ -2226,7 +2226,7 @@ void readloop(char *oper)
                        } else {
                                wprintf(_("No messages here."));
                        }
-                       wprintf("</em>\n");
+                       wprintf("</em><br /></div>\n");
                }
 
                goto DONE;
index 55eefdd05246fc2524b1d3c2fbec87cbcfedb9fa..4ef594506fc024e355c8d9916d8238c1f28bb903 100644 (file)
@@ -21,7 +21,7 @@ body {
        top:0px;
        left:0px;
        width: 15%;
-       height:100%;
+       /* height:100%; */
        background: #ffffee;
 }
 
@@ -31,8 +31,8 @@ body {
        top:0px;
        left:0px;
        width: 15%;
-       height:100%;
-       background: #ffffff;
+       /* height:100%; */
+       background: #ffffee;
 }
 
 #banner {