feable attempt to get the notfication.gif to display.

This commit is contained in:
dougt%netscape.com 1999-08-10 03:53:58 +00:00
parent cf9667f8f9
commit 21fab80042
4 changed files with 7 additions and 11 deletions

View File

@ -3,7 +3,7 @@
<RDF:Bag about="NC:SoftwareUpdateRoot">
<RDF:li>
<RDF:Bag about="NC:SoftwarePackages" NC:title="Netscape Updates" NC:url="http://home.netscape.com">
<RDF:Bag about="NC:SoftwarePackages" NC:title="NSCP Updates" NC:url="http://home.netscape.com">
<RDF:li>
<RDF:Description ID="AimUpdate344">

View File

@ -8,14 +8,6 @@ window {
background-color: white;
}
treeitem[type="http://home.netscape.com/NC-rdf#SoftwarePackage"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/xpinstall/SoftwareUpdatePackage.gif");
treeitem[type="http://home.netscape.com/NC-rdf#XPInstallNotification"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/xpinstall/notification.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#Folder"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/xpinstall/folder-closed.gif");
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][open="true"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/xpinstall/folder-open.gif");
}

View File

@ -36,6 +36,8 @@ LLIBS = \
include <$(DEPTH)\config\rules.mak>
install:: $(DLL)
$(MAKE_INSTALL) notification.gif $(DIST)\bin\res\xpinstall
$(MAKE_INSTALL) SoftwareUpdate.css $(DIST)\bin\res\xpinstall
$(MAKE_INSTALL) SoftwareUpdates.rdf $(DIST)\bin\res\xpinstall
$(MAKE_INSTALL) SoftwareUpdate-Source-1.rdf $(DIST)\bin\res\xpinstall
$(MAKE_INSTALL) $(DLL) $(DIST)\bin\components
@ -43,3 +45,5 @@ install:: $(DLL)
clobber::
rm -f $(DIST)\res\xpinstall\SoftwareUpdates.rdf
rm -f $(DIST)\res\xpinstall\SoftwareUpdate-Source-1.rdf
rm -f $(DIST)\res\xpinstall\SoftwareUpdate.css
rm -f $(DIST)\res\xpinstall\notification.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB