Column resizing. 41357.
git-svn-id: svn://10.0.0.236/trunk@75364 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
@@ -45,6 +45,14 @@ treecell
|
||||
padding : 0px;
|
||||
}
|
||||
|
||||
.treecell-header-image {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.treecell-image {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.treecell-header-box
|
||||
{
|
||||
border-left : 1px solid threedhighlight;
|
||||
|
||||
@@ -53,6 +53,14 @@ treecell
|
||||
padding : 0px;
|
||||
}
|
||||
|
||||
.treecell-header-image {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.treecell-image {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.treecell-header-box
|
||||
{
|
||||
border-left : 1px solid threedface;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user