oops, forgot an image; some beauty corrections
[themes.git] / LCARStrek / messenger / mailWindow1.css
index 15bc8298794d90b001921bda448abbabdf92bd40..5a58b2014e44e7199e8dbc1c49bd5afbb11ab766 100644 (file)
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-/* ::::: outliner focus-ring border adjustments ::::: */
+/* :::::
+   :: Make sure the min height is small so we can
+   :: resize the pane vertically -EDV
+   ::::: */
 
-#threadpane-splitter
-  {
-    border-right          : none;
-    border-left           : none;
-  }
-
-#threadOutliner
-  {
-    min-width             : 1px;
-    border                : none;
-  }
+#messagepanebox {
+  min-height: 10px;
+  height: 0px;
+}
 
+/* ..... outliner adjustments ..... */
 #folderOutliner {
-    border                : none;
+  min-width: 1px;
+  border: none;
+}
+
+#threadOutliner {
+  min-width: 1px;
+  border:n none;
 }