diff --git a/extensions/wallet/editor/MANIFEST b/extensions/wallet/editor/MANIFEST index b5e5b5492a7..e4d38f359f9 100644 --- a/extensions/wallet/editor/MANIFEST +++ b/extensions/wallet/editor/MANIFEST @@ -1,2 +1,3 @@ WalletEditor.xul -WalletEditor.js \ No newline at end of file +WalletEditor.js +wallet.css diff --git a/extensions/wallet/editor/Makefile.in b/extensions/wallet/editor/Makefile.in index fa35e935852..203f6709862 100644 --- a/extensions/wallet/editor/Makefile.in +++ b/extensions/wallet/editor/Makefile.in @@ -43,6 +43,6 @@ override NO_STATIC_LIB= include $(topsrcdir)/config/rules.mk install:: $(TARGETS) - $(INSTALL) $(srcdir)/WalletEditor.xul $(srcdir)/WalletEditor.js $(DIST)/bin/chrome/wallet/content/default + $(INSTALL) $(srcdir)/WalletEditor.xul $(srcdir)/WalletEditor.js $(srcdir)/wallet.css $(DIST)/bin/chrome/wallet/content/default $(INSTALL) $(srcdir)/WalletEditor.properties $(DIST)/bin/chrome/wallet/locale/en-US diff --git a/extensions/wallet/editor/WalletEditor.xul b/extensions/wallet/editor/WalletEditor.xul index 48b2554aac5..a029cabf9b5 100644 --- a/extensions/wallet/editor/WalletEditor.xul +++ b/extensions/wallet/editor/WalletEditor.xul @@ -1,4 +1,5 @@ + diff --git a/extensions/wallet/editor/makefile.win b/extensions/wallet/editor/makefile.win index 6f8413b9344..931a7e3d439 100644 --- a/extensions/wallet/editor/makefile.win +++ b/extensions/wallet/editor/makefile.win @@ -55,9 +55,11 @@ clobber:: rm -f $(DIST)\lib\$(LIBRARY_NAME).lib rm -f $(DIST)\bin\chrome\wallet\content\default\WalletEditor.xul rm -f $(DIST)\bin\chrome\wallet\content\default\WalletEditor.js + rm -f $(DIST)\bin\chrome\wallet\content\default\wallet.css rm -f $(DIST)\bin\chrome\wallet\locale\en-US\WalletEditor.properties install:: $(DLL) $(MAKE_INSTALL) WalletEditor.xul $(DIST)\bin\chrome\wallet\content\default $(MAKE_INSTALL) WalletEditor.js $(DIST)\bin\chrome\wallet\content\default + $(MAKE_INSTALL) wallet.css $(DIST)\bin\chrome\wallet\content\default $(MAKE_INSTALL) WalletEditor.properties $(DIST)\bin\chrome\wallet\locale\en-US diff --git a/extensions/wallet/editor/wallet.css b/extensions/wallet/editor/wallet.css new file mode 100644 index 00000000000..e69de29bb2d