Added bookmark images and style rules to apply them.

This commit is contained in:
waterson%netscape.com 1999-03-11 23:58:51 +00:00
parent 99d381c9a4
commit e991120721
7 changed files with 25 additions and 3 deletions

BIN
rdf/resources/article.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 918 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 931 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 B

View File

@ -4,12 +4,18 @@ window {
tree {
display: table;
table-layout: fixed;
background-color: #FFFFFF;
border: none;
border-spacing: 0px;
// border-collapse: collapse;
width: 100%;
}
// width: 100%;
}
treecol {
display: table-column;
width: 200px;
}
treeitem {
display: table-row;
@ -25,6 +31,8 @@ treebody {
treecell {
display: table-cell;
font-family: Verdana, Sans-Serif;
font-size: 8pt;
}
treehead treeitem treecell {
@ -34,5 +42,19 @@ treehead treeitem treecell {
padding-left: 4px;
}
treeitem[selected="true"] > treecell {
background-color: yellow;
}
treeitem[type="http://home.netscape.com/NC-rdf#Folder"] > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/bookmark-folder-closed.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][open="true"] > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/bookmark-folder-open.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#Bookmark"] > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/bookmark-folder-closed.gif");
}

BIN
rdf/resources/collapser.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 B

BIN
rdf/resources/expander.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 B