From 57fa4b8d22fc20da1ab5007d4873a6467fcecfcc Mon Sep 17 00:00:00 2001 From: "bryner%uiuc.edu" Date: Fri, 3 Nov 2000 02:51:44 +0000 Subject: [PATCH] Patch from jrgm for bug 58437 - force tree rows to have a min height of 19px so they don't resize when the spin icon appears. r=bryner, a=hyatt. git-svn-id: svn://10.0.0.236/trunk@82259 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/themes/blue/communicator/directory/directory.css | 5 +++++ mozilla/themes/classic/communicator/directory/directory.css | 5 +++++ mozilla/themes/modern/communicator/directory/directory.css | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/mozilla/themes/blue/communicator/directory/directory.css b/mozilla/themes/blue/communicator/directory/directory.css index bc415e29978..ee88c475caa 100644 --- a/mozilla/themes/blue/communicator/directory/directory.css +++ b/mozilla/themes/blue/communicator/directory/directory.css @@ -76,3 +76,8 @@ treeitem[type="DIRECTORY"][loading="true"] > treerow > treecell > .tree-cell-twi font-style : italic; } +treerow + { + min-height : 19px; + } + diff --git a/mozilla/themes/classic/communicator/directory/directory.css b/mozilla/themes/classic/communicator/directory/directory.css index d5298536773..a6cf21f1da4 100644 --- a/mozilla/themes/classic/communicator/directory/directory.css +++ b/mozilla/themes/classic/communicator/directory/directory.css @@ -76,6 +76,11 @@ treeitem[type="DIRECTORY"][loading="true"] > treerow > treecell > .tree-cell-twi font-style : italic; } +treerow + { + min-height : 19px; + } + /** * This fixes a bug. As you scroll down in a tree the computed column width * can change. That would make the columns shift durning scrolling. diff --git a/mozilla/themes/modern/communicator/directory/directory.css b/mozilla/themes/modern/communicator/directory/directory.css index 09d0ee66090..dd82f9c9085 100644 --- a/mozilla/themes/modern/communicator/directory/directory.css +++ b/mozilla/themes/modern/communicator/directory/directory.css @@ -63,6 +63,11 @@ treeitem[type="DIRECTORY"][loading="true"] > treerow > treecell > .tree-cell-twi font-style : italic; } +treerow + { + min-height : 19px; + } + /** * This fixes a bug. As you scroll down in a tree the computed column width * can change. That would make the columns shift durning scrolling.