Jens Hatlak wrote:

Paul B. Gallagher wrote:
Well, as I said elsewhere in this thread, I've restarted any number of
times since the userchrome.css fix and only the mail/news listing is
fixed. Data Manager, about:config, etc. are still spaced out.

That sounds like you still had the wrong (old) rule applied which in
fact only affected MailNews. It was something like:

#folderTree > treechildren::-moz-tree-row,
#threadTree > treechildren::-moz-tree-row {
   height: 1.3em !important;
}

I can't imagine why SM would continue to apply an old rule that I never imposed. Here are the exact contents of my userchrome.css, copy/pasted without any editing:

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";);
treechildren:not(.autocomplete-treebody)::-moz-tree-row {
   height: 1.3em !important;
   border-width: 1px !important;
}

AFAICT, the rule is exactly as suggested in the SM release notes (and it should be, since I copy/pasted it, trimming only leading spaces).

--
War doesn't determine who's right, just who's left.
--
Paul B. Gallagher

_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to