Fix 52512: no visual indication that columns are resizable in xpinstall dialogs. r=dveditz sr=alecf

This commit is contained in:
blakeross%telocity.com 2000-12-02 23:47:49 +00:00
parent 49a4b13d1c
commit 23b879ac2b
4 changed files with 10 additions and 54 deletions

View File

@ -59,33 +59,12 @@ div#table-housing {
}
*/
tree#modulesTree {
background-color : transparent ! important;
#modulesTree {
height : 16ex;
width : 32em;
}
treecell#moduleName {
width : 50%
}
treecell#moduleSource {
width : 50%;
}
tree > treechildren {
background-color : window ! important;
}
tree#modulesTree > treehead > treerow > treecell {
padding-left : 1px;
padding-right : 1px;
border-left : none;
border-top : none;
border-right : none;
background-color : transparent ! important;
color : windowtext;
}
spring#verticalSmallSpacer {
height : 1ex;
}

View File

@ -59,33 +59,11 @@ div#table-housing {
}
*/
tree#modulesTree {
background-color : transparent ! important;
#modulesTree {
height : 16ex;
width : 32em;
}
treecell#moduleName {
width : 50%
}
treecell#moduleSource {
width : 50%;
}
tree > treechildren {
background-color : window ! important;
}
tree#modulesTree > treehead > treerow > treecell {
padding-left : 1px;
padding-right : 1px;
border-left : none;
border-top : none;
border-right : none;
background-color : transparent ! important;
color : windowtext;
}
spring#verticalSmallSpacer {
height : 1ex;
}

View File

@ -20,9 +20,8 @@ Rights Reserved.
Contributor(s):
Don Bragg (dbragg@netscape.com)
Dan Veditz <dveditz@netscape.com>
Blake Ross <BlakeR1234@aol.com>
Blake Ross <blakeross@telocity.com>
-->
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/skin/xpinstall/xpinstall.css" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
@ -59,7 +58,7 @@ Contributor(s):
<spring id="verticalSmallSpacer"/>
<spring id="verticalSmallSpacer"/>
<box align="vertical" id="treebox">
<tree id="modulesTree">
<tree id="modulesTree" class="inset">
<treecolgroup>
<treecol flex="1"/>
<splitter class="tree-splitter"/>
@ -68,8 +67,8 @@ Contributor(s):
<treehead>
<treerow>
<treecell id="moduleName" value="&moduleName.label;" />
<treecell id="moduleSource" value="&moduleSource.label;"/>
<treecell id="moduleName" class="treecell-header" value="&moduleName.label;" />
<treecell id="moduleSource" class="treecell-header" value="&moduleSource.label;"/>
</treerow>
</treehead>

View File

@ -57,7 +57,7 @@
<spring id="verticalSmallSpacer"/>
<box align="vertical" id="treebox">
<tree id="modulesTree">
<tree id="modulesTree" class="inset">
<treecolgroup>
<treecol flex="1"/>
<splitter class="tree-splitter"/>
@ -65,8 +65,8 @@
</treecolgroup>
<treehead>
<treerow>
<treecell id="moduleName" value="&moduleName.label;" />
<treecell id="moduleSource" value="&moduleSource.label;"/>
<treecell id="moduleName" class="treecell-header" value="&moduleName.label;" />
<treecell id="moduleSource" class="treecell-header" value="&moduleSource.label;"/>
</treerow>
</treehead>