]> code.citadel.org Git - citadel.git/commitdiff
css change
authorArt Cancro <ajc@citadel.org>
Thu, 1 Dec 2005 21:58:44 +0000 (21:58 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 1 Dec 2005 21:58:44 +0000 (21:58 +0000)
webcit/roomops.c
webcit/static/webcit.css

index 9492ece75a1ac371a2101dec9b8df72d4650a360..6a559f93e49afe32cd9867b86395b79a65437fbb 100644 (file)
@@ -2606,6 +2606,9 @@ void do_iconbar_view(struct folder *fold, int max_folders, int num_floors) {
                        }
                        extract_token(buf, fold[i].name, levels-1, '|', sizeof buf);
                        escputs(buf);
+                       if (!strcasecmp(fold[i].name, "My Folders|Mail")) {
+                               wprintf(" (INBOX)");
+                       }
                        wprintf("</SPAN>");
                        if (fold[i].selectable) {
                                wprintf("</A>");
@@ -2613,9 +2616,6 @@ void do_iconbar_view(struct folder *fold, int max_folders, int num_floors) {
                        else {
                                wprintf("</i>");
                        }
-                       if (!strcasecmp(fold[i].name, "My Folders|Mail")) {
-                               wprintf(" (INBOX)");
-                       }
                        wprintf("<br />");
                        wprintf("</div>\n");    /* roomdiv */
                }
index c41b21c7f9fbf8ba729c037736467ab97012e436..e20f103751f5a5746ebaaa2b1d41af86d1ce5ca8 100644 (file)
@@ -354,14 +354,14 @@ a:hover {
 }
 
 .ib_roomlist_new {
-       font-size: 6pt;
+       font-size: 10px;
        color: #880000;
        font-weight: bold;
        cursor: pointer;
 }
 
 .ib_roomlist_old {
-       font-size: 6pt;
+       font-size: 10px;
        color: #000088;
        cursor: pointer;
 }