X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2FmailWindow1.css;h=e58161d792b294e70e1224b6d0b8e656e79b0f22;hp=32e3b7017e6b93454e5d63e2be1bdd88814de981;hb=74d14f90a7085ce7d63f78d6124b57e9a8422d3f;hpb=b87c9562a4c728734927c455c6201d13d11c8a9e diff --git a/EarlyBlue/messenger/mailWindow1.css b/EarlyBlue/messenger/mailWindow1.css index 32e3b701..e58161d7 100644 --- a/EarlyBlue/messenger/mailWindow1.css +++ b/EarlyBlue/messenger/mailWindow1.css @@ -46,17 +46,22 @@ @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; +}