From 038f1074deb5e538f295a44c6d3104e56b3518b0 Mon Sep 17 00:00:00 2001 From: "rjc%netscape.com" Date: Sun, 5 Dec 1999 11:36:21 +0000 Subject: [PATCH] Fix related links & previous search icons --- suite/common/related/related-panel.xul | 9 +++++---- xpfe/components/related/resources/MANIFEST-skin | 2 +- .../components/related/resources/related-panel.xul | 9 +++++---- xpfe/components/related/resources/related.css | 14 +++++++------- 4 files changed, 18 insertions(+), 16 deletions(-) diff --git a/suite/common/related/related-panel.xul b/suite/common/related/related-panel.xul index 6fc2d9fac1df..b823d7bc206a 100644 --- a/suite/common/related/related-panel.xul +++ b/suite/common/related/related-panel.xul @@ -65,7 +65,8 @@ loading="rdf:http://home.netscape.com/NC-rdf#loading" type="rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#type"> - + @@ -77,19 +78,19 @@ - + - + - + diff --git a/xpfe/components/related/resources/MANIFEST-skin b/xpfe/components/related/resources/MANIFEST-skin index 3d320658b20d..0b70d0b11d22 100644 --- a/xpfe/components/related/resources/MANIFEST-skin +++ b/xpfe/components/related/resources/MANIFEST-skin @@ -1,2 +1,2 @@ sitemap.gif - +related.css diff --git a/xpfe/components/related/resources/related-panel.xul b/xpfe/components/related/resources/related-panel.xul index 6fc2d9fac1df..b823d7bc206a 100644 --- a/xpfe/components/related/resources/related-panel.xul +++ b/xpfe/components/related/resources/related-panel.xul @@ -65,7 +65,8 @@ loading="rdf:http://home.netscape.com/NC-rdf#loading" type="rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#type"> - + @@ -77,19 +78,19 @@ - + - + - + diff --git a/xpfe/components/related/resources/related.css b/xpfe/components/related/resources/related.css index 34384af0afb6..f4745151a0c2 100644 --- a/xpfe/components/related/resources/related.css +++ b/xpfe/components/related/resources/related.css @@ -28,32 +28,32 @@ @import url(chrome://global/skin/); -treeitem[container="true"][open="true"][loading="true"] > treerow > treecell > titledbutton +treeitem[container="true"][open="true"][loading="true"] > treerow > treecell > .tree-icon { list-style-image: url("resource:/res/rdf/loading.gif") ! important ; } -treeitem[container="true"][open="true"] > treerow > treecell > titledbutton { +treeitem[container="true"][open="true"] > treerow > treecell > .tree-icon { list-style-image: url("resource:/res/rdf/folder-open.gif"); } -treeitem[container="true"] > treerow > treecell > titledbutton { +treeitem[container="true"] > treerow > treecell > .tree-icon { list-style-image: url("resource:/res/rdf/folder-closed.gif"); } -treeitem[container="true"][id="NC:SiteMapRoot"] > treerow > treecell > titledbutton { +treeitem[container="true"][id="NC:SiteMapRoot"] > treerow > treecell > .tree-icon { list-style-image: url("chrome://related/skin/sitemap.gif"); } -treeitem[container="true"][open="true"][id="NC:SiteMapRoot"] > treerow > treecell > titledbutton { +treeitem[container="true"][open="true"][id="NC:SiteMapRoot"] > treerow > treecell > .tree-icon { list-style-image: url("chrome://related/skin/sitemap.gif"); } -treeitem > treerow > treecell > titledbutton { +treeitem > treerow > treecell > .tree-icon { list-style-image: url("chrome://bookmarks/skin/bookmark-item.gif"); } -treeitem > treerow > treecell > titledbutton > .twisty{ +treeitem > treerow > treecell > .tree-icon > .twisty { display: none; }