Column resizing. 41357.

git-svn-id: svn://10.0.0.236/trunk@75364 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hyatt%netscape.com
2000-08-02 00:26:25 +00:00
parent 8fe71d79fb
commit 1f4e716975
4 changed files with 33 additions and 1 deletions

View File

@@ -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 */

View File

@@ -45,6 +45,14 @@ treecell
padding : 0px;
}
.treecell-header-image {
padding: 0px;
}
.treecell-image {
padding: 0px;
}
.treecell-header-box
{
border-left : 1px solid threedhighlight;

View File

@@ -53,6 +53,14 @@ treecell
padding : 0px;
}
.treecell-header-image {
padding: 0px;
}
.treecell-image {
padding: 0px;
}
.treecell-header-box
{
border-left : 1px solid threedface;

View File

@@ -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;