* Added 'overflow:hidden' to the stylesheet for 'mimepart' divs. This prevents the...
authorArt Cancro <ajc@citadel.org>
Mon, 22 Dec 2008 22:30:51 +0000 (22:30 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 22 Dec 2008 22:30:51 +0000 (22:30 +0000)
webcit/calendar.c
webcit/static/webcit.css

index e60635ebb271e7d6a40e1675254de081caac74f5..06f9655969c1f991da06541c5bb86979f62241d0 100644 (file)
@@ -242,13 +242,6 @@ void cal_process_object(StrBuf *Target,
        /* If this is a REPLY, display update button */
        if (the_method == ICAL_METHOD_REPLY) {
 
-               /* In the future, if we want to validate this object before
-                * continuing, we can do it this way:
-                serv_printf("ICAL whatever|%ld|%s|", msgnum, cal_partnum);
-                serv_getln(buf, sizeof buf);
-                }
-               ***********/
-
                /* Display the update buttons */
                StrBufAppendPrintf(Target, "<p id=\"%s_question\" >"
                        "%s "
index 8724a4abd3afd7dc31441a4c2267bd0e9a97a9b1..fe7df4762264c6cc724f48c006ab1fde58a6360e 100644 (file)
@@ -67,6 +67,7 @@ body {
 
 #room_infos, #address_book_popup, .mimepart, .room_actions form select {
        border: 1px solid #333;
+       overflow: hidden;
 }