Fixed the alignment before and after sorting the mailbox view!! Thanks to matt (Matth...
[citadel.git] / webcit / static / summaryview.js
index edcb3e2b81ce2f00b222e2712f6c21f5b3d76fc0..a377760191ef1447d7e87a4a93573853856cad94 100644 (file)
@@ -483,7 +483,7 @@ function sizePreviewPane() {
        var heightOfViewPort = document.viewport.getHeight() // prototypejs method
                var bannerHeight = banner.offsetHeight;
        var contentViewPortHeight = heightOfViewPort-banner.offsetHeight-message_list_hdr.offsetHeight;
-       contentViewPortHeight = 0.98 * contentViewPortHeight; // leave some error
+       contentViewPortHeight = 0.95 * contentViewPortHeight; // leave some error (especially for FF3!!)
        // Set summary_view to 20%;
        var summary_height = ctdlLocalPrefs.readPref("svheight");
        if (summary_height == null) {