keeping up with Classic development, e.g. adding im, popup-blocker and junk mail...
[themes.git] / LCARStrek / messenger / mailWindow1.css
index 15bc8298794d90b001921bda448abbabdf92bd40..09c8e31b7e1e89efd9d61a478b2f6496d62d1955 100644 (file)
 @import url("chrome://messenger/skin/");
 @import url("chrome://messenger/skin/primaryToolbar.css");
 @import url("chrome://messenger/skin/folderMenus.css");
-@import url("chrome://communicator/skin/sidebar/sidebar.css");
 
 @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;
-  }
+#messagepanebox {
+  min-height: 10px;
+  height: 0px;
+}
+
+#threadpane-splitter {
+  border: none;
+}
 
-#threadOutliner
-  {
-    min-width             : 1px;
-    border                : none;
-  }
+/* ..... tree adjustments ..... */
+#folderTree {
+  min-width: 1px;
+  border: none;
+}
 
-#folderOutliner {
-    border                : none;
+#threadTree {
+  min-width: 1px;
+  border: none;
 }