This commit is contained in:
hyatt%netscape.com 1999-04-23 22:56:00 +00:00
Родитель 379b13f294
Коммит 7ec5d646ef
2 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@ -2,6 +2,11 @@ window {
display: block;
}
#treebox {
width: 100%;
height: 100%;
}
tree {
display: table;
background-color: #eeeeee;
@ -33,6 +38,7 @@ treecell {
display: table-cell;
font-family: Verdana, Sans-Serif;
font-size: 8pt;
white-space: nowrap;
}
treehead treeitem treecell {

Просмотреть файл

@ -84,7 +84,7 @@ function OpenURL(event,node)
</html:script>
<xul:tree datasources="rdf:find rdf:files rdf:ftp rdf:relatedlinks rdf:bookmarks rdf:history" onclick="return OpenURL(event,event.target.parentNode);">
<xul:tree flex="100%" datasources="rdf:find rdf:files rdf:ftp rdf:relatedlinks rdf:bookmarks rdf:history" onclick="return OpenURL(event,event.target.parentNode);">
<xul:treecol id="NameColumn" rdf:resource="http://home.netscape.com/NC-rdf#Name"/>
<xul:treecol id="URLColumn" rdf:resource="http://home.netscape.com/NC-rdf#URL"/>
<xul:treecol id="ShortcutURLColumn" rdf:resource="http://home.netscape.com/NC-rdf#ShortcutURL"/>
@ -149,5 +149,4 @@ function OpenURL(event,node)
</xul:treebody>
</xul:tree>
</xul:window>