From 1f4e716975be3dbaf76d7aa150821919bb309142 Mon Sep 17 00:00:00 2001 From: "hyatt%netscape.com" Date: Wed, 2 Aug 2000 00:26:25 +0000 Subject: [PATCH] Column resizing. 41357. git-svn-id: svn://10.0.0.236/trunk@75364 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/themes/classic/global/mac/tree.css | 8 ++++++++ mozilla/themes/classic/global/unix/tree.css | 8 ++++++++ mozilla/themes/classic/global/win/tree.css | 8 ++++++++ mozilla/themes/modern/global/tree.css | 10 +++++++++- 4 files changed, 33 insertions(+), 1 deletion(-) diff --git a/mozilla/themes/classic/global/mac/tree.css b/mozilla/themes/classic/global/mac/tree.css index f236bcb9885..4215618a07e 100644 --- a/mozilla/themes/classic/global/mac/tree.css +++ b/mozilla/themes/classic/global/mac/tree.css @@ -95,6 +95,14 @@ treecell { border-bottom: 1px solid #AAAAAA; } +.treecell-header-image { + padding: 0px; +} + +.treecell-image { + padding: 0px; +} + /* todo: need to make dupes of the above to indicate columns with sort directions */ diff --git a/mozilla/themes/classic/global/unix/tree.css b/mozilla/themes/classic/global/unix/tree.css index 6ae5143b9d3..0a6d66f8979 100644 --- a/mozilla/themes/classic/global/unix/tree.css +++ b/mozilla/themes/classic/global/unix/tree.css @@ -45,6 +45,14 @@ treecell padding : 0px; } +.treecell-header-image { + padding: 0px; +} + +.treecell-image { + padding: 0px; +} + .treecell-header-box { border-left : 1px solid threedhighlight; diff --git a/mozilla/themes/classic/global/win/tree.css b/mozilla/themes/classic/global/win/tree.css index 9d7a24db6a5..6114dbe5a4e 100644 --- a/mozilla/themes/classic/global/win/tree.css +++ b/mozilla/themes/classic/global/win/tree.css @@ -53,6 +53,14 @@ treecell padding : 0px; } +.treecell-header-image { + padding: 0px; +} + +.treecell-image { + padding: 0px; +} + .treecell-header-box { border-left : 1px solid threedface; diff --git a/mozilla/themes/modern/global/tree.css b/mozilla/themes/modern/global/tree.css index 5dcdd8d8c81..c83a1556574 100644 --- a/mozilla/themes/modern/global/tree.css +++ b/mozilla/themes/modern/global/tree.css @@ -39,9 +39,17 @@ treecell { color: black; border-right: 1px solid white; vertical-align: middle; - padding: 0px 0px 0px 5px; + padding: 0px 0px 0px 4px; } +.treecell-header-image { + padding: 0px; +} + +.treecell-image { + padding: 0px; +} + .treecell-inset-header { border-top: 1px solid white; border-bottom: 1px solid #666666;