]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
* Made the message list div slightly larger, the preview pane equally
[citadel.git] / webcit / static / webcit.css
index cd3d66f4c3d34cee8a83aca4c7c510f48b6213f5..fbec1c305016244540efb4f1740dd89d6fac3b55 100644 (file)
@@ -112,23 +112,45 @@ body {
        overflow: auto;
 }
 
-#preview_pane {
+#ml_slider {
        position:fixed;
        display:block;
        top: 40%;
        left: 15%;
        width: 85%;
-       height: 60%;
+       height: 1%;
+       overflow: none;
+       background: #444455;
+}
+
+* html #ml_slider {
+       position:absolute;
+       display:block;
+       top: 40%;
+       left: 15%;
+       width: 85%;
+       height: 1%;
+       overflow: none;
+       background: #444455;
+}
+
+#preview_pane {
+       position:fixed;
+       display:block;
+       top: 41%;
+       left: 15%;
+       width: 85%;
+       height: 59%;
        overflow: auto;
 }
 
 * html #preview_pane {
        position:absolute;
        display:block;
-       top: 40%;
+       top: 41%;
        left: 15%;
        width: 85%;
-       height: 60%;
+       height: 59%;
        overflow: auto;
 }