updating EarlyBlue skin; should almost be 0.8 now ;-)
[themes.git] / EarlyBlue / messenger / mailWindow1.css
index 32e3b7017e6b93454e5d63e2be1bdd88814de981..e58161d792b294e70e1224b6d0b8e656e79b0f22 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
+   ::::: */
 
-#threadOutliner
-  {
-/*    border-bottom         : 1px solid ThreeDHighlight;
-    border-left           : 1px solid ThreeDShadow; */
-    min-width             : 1px;
-  }
+#messagepanebox {
+  min-height: 10px;
+  height: 0px;
+}
 
-#searchBox
-  {
-/*    border-left         : 1px solid ThreeDShadow; */
-  }
+/* ..... outliner adjustments ..... */
+#folderOutliner {
+  min-width: 1px;
+}
 
+#threadOutliner {
+  min-width: 1px;
+}