From 284b7beebdd65da179f64060edd20a689515e5cb Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Thu, 11 May 2000 04:07:48 +0000 Subject: [PATCH] these skin files have moved --- mailnews/import/resources/Makefile.in | 2 +- mailnews/import/resources/makefile.win | 2 +- mailnews/import/resources/skin/.cvsignore | 1 - mailnews/import/resources/skin/MANIFEST | 24 ------- mailnews/import/resources/skin/Makefile.in | 38 ----------- .../import/resources/skin/fieldMapImport.css | 39 ----------- .../import/resources/skin/importDialog.css | 61 ------------------ mailnews/import/resources/skin/makefile.win | 36 ----------- mailnews/mime/resources/Makefile.in | 2 +- mailnews/mime/resources/makefile.win | 2 +- mailnews/mime/resources/skin/.cvsignore | 1 - mailnews/mime/resources/skin/MANIFEST | 29 --------- mailnews/mime/resources/skin/Makefile.in | 42 ------------ mailnews/mime/resources/skin/frown.gif | Bin 889 -> 0 bytes mailnews/mime/resources/skin/less.gif | Bin 872 -> 0 bytes mailnews/mime/resources/skin/makefile.win | 39 ----------- mailnews/mime/resources/skin/more.gif | Bin 858 -> 0 bytes mailnews/mime/resources/skin/sick.gif | Bin 889 -> 0 bytes mailnews/mime/resources/skin/smile.gif | Bin 906 -> 0 bytes mailnews/mime/resources/skin/wink.gif | Bin 887 -> 0 bytes 20 files changed, 4 insertions(+), 314 deletions(-) delete mode 100644 mailnews/import/resources/skin/.cvsignore delete mode 100644 mailnews/import/resources/skin/MANIFEST delete mode 100644 mailnews/import/resources/skin/Makefile.in delete mode 100644 mailnews/import/resources/skin/fieldMapImport.css delete mode 100644 mailnews/import/resources/skin/importDialog.css delete mode 100644 mailnews/import/resources/skin/makefile.win delete mode 100644 mailnews/mime/resources/skin/.cvsignore delete mode 100644 mailnews/mime/resources/skin/MANIFEST delete mode 100644 mailnews/mime/resources/skin/Makefile.in delete mode 100644 mailnews/mime/resources/skin/frown.gif delete mode 100644 mailnews/mime/resources/skin/less.gif delete mode 100644 mailnews/mime/resources/skin/makefile.win delete mode 100644 mailnews/mime/resources/skin/more.gif delete mode 100644 mailnews/mime/resources/skin/sick.gif delete mode 100644 mailnews/mime/resources/skin/smile.gif delete mode 100644 mailnews/mime/resources/skin/wink.gif diff --git a/mailnews/import/resources/Makefile.in b/mailnews/import/resources/Makefile.in index dade9188d478..96981f8ba721 100644 --- a/mailnews/import/resources/Makefile.in +++ b/mailnews/import/resources/Makefile.in @@ -26,7 +26,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = content locale skin +DIRS = content locale include $(topsrcdir)/config/rules.mk diff --git a/mailnews/import/resources/makefile.win b/mailnews/import/resources/makefile.win index bd7f5ebda66d..369a0efd2379 100644 --- a/mailnews/import/resources/makefile.win +++ b/mailnews/import/resources/makefile.win @@ -21,6 +21,6 @@ DEPTH=..\..\.. -DIRS= content locale skin +DIRS= content locale include <$(DEPTH)\config\rules.mak> diff --git a/mailnews/import/resources/skin/.cvsignore b/mailnews/import/resources/skin/.cvsignore deleted file mode 100644 index f3c7a7c5da68..000000000000 --- a/mailnews/import/resources/skin/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -Makefile diff --git a/mailnews/import/resources/skin/MANIFEST b/mailnews/import/resources/skin/MANIFEST deleted file mode 100644 index 2d1d00e6945b..000000000000 --- a/mailnews/import/resources/skin/MANIFEST +++ /dev/null @@ -1,24 +0,0 @@ -# The contents of this file are subject to the Netscape Public -# License Version 1.1 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.mozilla.org/NPL/ -# -# Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or -# implied. See the License for the specific language governing -# rights and limitations under the License. -# -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is Netscape -# Communications Corporation. Portions created by Netscape are -# Copyright (C) 1998 Netscape Communications Corporation. All -# Rights Reserved. -# -# Contributor(s): -# -# This is a list of local files which get copied to the mailnews chrome content directory -# - -fieldMapImport.css -importDialog.css diff --git a/mailnews/import/resources/skin/Makefile.in b/mailnews/import/resources/skin/Makefile.in deleted file mode 100644 index 1741234e0f4e..000000000000 --- a/mailnews/import/resources/skin/Makefile.in +++ /dev/null @@ -1,38 +0,0 @@ -# -# The contents of this file are subject to the Netscape Public -# License Version 1.1 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.mozilla.org/NPL/ -# -# Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or -# implied. See the License for the specific language governing -# rights and limitations under the License. -# -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is Netscape -# Communications Corporation. Portions created by Netscape are -# Copyright (C) 1998 Netscape Communications Corporation. All -# Rights Reserved. -# -# Contributor(s): -# - -DEPTH = ../../../.. -topsrcdir = @top_srcdir@ -srcdir = @srcdir@ -VPATH = @srcdir@ - -include $(DEPTH)/config/autoconf.mk - -EXPORT_RESOURCE_CONTENT = \ - $(srcdir)/fieldMapImport.css \ - $(srcdir)/importDialog.css \ - $(NULL) - -include $(topsrcdir)/config/rules.mk - -install:: - $(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/messenger/skin - diff --git a/mailnews/import/resources/skin/fieldMapImport.css b/mailnews/import/resources/skin/fieldMapImport.css deleted file mode 100644 index 94e0edd8707b..000000000000 --- a/mailnews/import/resources/skin/fieldMapImport.css +++ /dev/null @@ -1,39 +0,0 @@ -/* - * The contents of this file are subject to the Netscape Public - * License Version 1.1 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/NPL/ - * - * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - * implied. See the License for the specific language governing - * rights and limitations under the License. - * - * The Original Code is Mozilla Communicator client code, released - * March 31, 1998. - * - * The Initial Developer of the Original Code is Netscape - * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998-1999 Netscape Communications Corporation. All - * Rights Reserved. - * - * Contributor(s): - * Pete Collins, Ben Goodger - */ - -@import url(chrome://communicator/skin/); - -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */ -@namespace html url("http://www.w3.org/TR/REC-html40"); /* namespace for XUL elements */ - -treecell.importsampledata { - padding-left: 10px; - border-left: 3px solid #CCCCCC; -} - -#fieldList-box { - border: 1px inset white; - width:32em; - height:300px; - margin: 1.5em 3em 1.5em 3em; -} diff --git a/mailnews/import/resources/skin/importDialog.css b/mailnews/import/resources/skin/importDialog.css deleted file mode 100644 index ad05dbb0bb2b..000000000000 --- a/mailnews/import/resources/skin/importDialog.css +++ /dev/null @@ -1,61 +0,0 @@ -/* - * The contents of this file are subject to the Netscape Public - * License Version 1.1 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/NPL/ - * - * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - * implied. See the License for the specific language governing - * rights and limitations under the License. - * - * The Original Code is Mozilla Communicator client code, released - * March 31, 1998. - * - * The Initial Developer of the Original Code is Netscape - * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998-1999 Netscape Communications Corporation. All - * Rights Reserved. - * - * Contributor(s): - * - */ - -@import url(chrome://communicator/skin/); - -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */ -@namespace html url("http://www.w3.org/TR/REC-html40"); /* namespace for XUL elements */ - -#import-type-radio-box { - padding-top: 1em; -} - -#import-module-list-box { - padding: 1em 3em 2em 3em; -} - -#import-module-tree-box { - height: 8em; - width: 20em; - border: 1px inset white; - margin-top: .5em; -} - -#description { - margin: 1.5em 0px 0px 0px; - padding: 0px 2px 0px 2px; - height: 4em; - width: 20em; - background-color:white; - border:1px inset white; -} - -#progressStatus { - margin: 1em 0px 0px 0px; -} - -#progressMeter { - margin: 1em 2em 2em 1em; - width: 26em; -} - diff --git a/mailnews/import/resources/skin/makefile.win b/mailnews/import/resources/skin/makefile.win deleted file mode 100644 index f3aa7f84f8ec..000000000000 --- a/mailnews/import/resources/skin/makefile.win +++ /dev/null @@ -1,36 +0,0 @@ -#!nmake -# -# The contents of this file are subject to the Netscape Public -# License Version 1.1 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.mozilla.org/NPL/ -# -# Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or -# implied. See the License for the specific language governing -# rights and limitations under the License. -# -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is Netscape -# Communications Corporation. Portions created by Netscape are -# Copyright (C) 1998 Netscape Communications Corporation. All -# Rights Reserved. -# -# Contributor(s): - -DEPTH=..\..\..\.. - -include <$(DEPTH)\config\rules.mak> - -install:: - $(MAKE_INSTALL) fieldMapImport.css $(DIST)\bin\chrome\messenger\skin - $(MAKE_INSTALL) importDialog.css $(DIST)\bin\chrome\messenger\skin - -clobber:: - rm -f $(DIST)\bin\chrome\messenger\skin\fieldMapImport.css - rm -f $(DIST)\bin\chrome\messenger\skin\importDialog.css - - - - diff --git a/mailnews/mime/resources/Makefile.in b/mailnews/mime/resources/Makefile.in index 7035c54d6af5..1d4337f59d81 100644 --- a/mailnews/mime/resources/Makefile.in +++ b/mailnews/mime/resources/Makefile.in @@ -26,7 +26,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = skin content +DIRS = content include $(topsrcdir)/config/rules.mk diff --git a/mailnews/mime/resources/makefile.win b/mailnews/mime/resources/makefile.win index 0b8b889bac36..d86ba491f6fc 100644 --- a/mailnews/mime/resources/makefile.win +++ b/mailnews/mime/resources/makefile.win @@ -20,7 +20,7 @@ DEPTH=..\..\.. -DIRS= skin content +DIRS= content include <$(DEPTH)\config\rules.mak> diff --git a/mailnews/mime/resources/skin/.cvsignore b/mailnews/mime/resources/skin/.cvsignore deleted file mode 100644 index f3c7a7c5da68..000000000000 --- a/mailnews/mime/resources/skin/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -Makefile diff --git a/mailnews/mime/resources/skin/MANIFEST b/mailnews/mime/resources/skin/MANIFEST deleted file mode 100644 index 62411ac72e92..000000000000 --- a/mailnews/mime/resources/skin/MANIFEST +++ /dev/null @@ -1,29 +0,0 @@ -# The contents of this file are subject to the Netscape Public -# License Version 1.1 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.mozilla.org/NPL/ -# -# Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or -# implied. See the License for the specific language governing -# rights and limitations under the License. -# -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is Netscape -# Communications Corporation. Portions created by Netscape are -# Copyright (C) 1998 Netscape Communications Corporation. All -# Rights Reserved. -# -# Contributor(s): -# -# This is a list of local files which get copied to the res\mailnews\messenger directory -# - -frown.gif -smile.gif -wink.gif -sick.gif -more.gif -less.gif - diff --git a/mailnews/mime/resources/skin/Makefile.in b/mailnews/mime/resources/skin/Makefile.in deleted file mode 100644 index 2a7ecd2d7e32..000000000000 --- a/mailnews/mime/resources/skin/Makefile.in +++ /dev/null @@ -1,42 +0,0 @@ -# -# The contents of this file are subject to the Netscape Public -# License Version 1.1 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.mozilla.org/NPL/ -# -# Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or -# implied. See the License for the specific language governing -# rights and limitations under the License. -# -# The Original Code is mozilla.org code. -# -# The Initial Developer of the Original Code is Netscape -# Communications Corporation. Portions created by Netscape are -# Copyright (C) 1998 Netscape Communications Corporation. All -# Rights Reserved. -# -# Contributor(s): -# - -DEPTH = ../../../.. -topsrcdir = @top_srcdir@ -srcdir = @srcdir@ -VPATH = @srcdir@ - -include $(DEPTH)/config/autoconf.mk - -EXPORT_RESOURCES = \ - $(srcdir)/smile.gif \ - $(srcdir)/frown.gif \ - $(srcdir)/wink.gif \ - $(srcdir)/sick.gif \ - $(srcdir)/less.gif \ - $(srcdir)/more.gif \ - $(NULL) - -include $(topsrcdir)/config/rules.mk - -install:: - $(INSTALL) $(EXPORT_RESOURCES) $(DIST)/bin/chrome/messenger/skin - diff --git a/mailnews/mime/resources/skin/frown.gif b/mailnews/mime/resources/skin/frown.gif deleted file mode 100644 index d5d7f34d2ee71e9c78f705a0e5dd9bd8669abfe6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 889 zcmW+#yJ}Pc5FOb~vhU44lFdG{k7QR63`PbqqJ@g6DMYZauuBM2TIdg4ZM0H@Hq%8- zk-|bdD+wt08vnpX)XpNEh{Aa04lMT$GjrygGj}hoUtBx2QKK6Dridi{CFvtUmL&U# zulu_n4li^Wo@R4$h*l}fc*ot>Sn)oS&6z0qhi zo6Whox%v6|R;#tJu+VO|JDpCq+wJvwi;Ii>et$3+42Q$fXtcDnw7k4L9*-xJ2@w+s zkrG+FG7}525+n7f2$Kkjk{F3cqcW+GDyfk==E#^#$dt^;oSeypT**-YDnNmPF{BYQu!oe$5h`LL9?Gy5nX0IXdI$vz6ivlU%%K~k&?~OuCJt?I0yHrVBcL24pb)G9 z2GU@OR`9@LU;`Rh9-c)RIl@#uEQCI+MP{bva1?UE0!4LG_b@o_0bXc_#bIlh5oTc; zc7PKELm^lL45Tp$THt}jzy`F(aiSY#uP7eUbt^noYd5TifYLqtF6D2n(;)QED|>2tn! z`Q^^JJ5)b>W^MJ`n|sw(Crht3-`#Dl+{m6?eg5`-zkB}Q>xbj_x7sIeUf8?#{o|9B mW6xgfJ=$8|o}B!&mB0Pt%Y)-rH-8=3-njC#^te*W(dqw?^KtJ0 diff --git a/mailnews/mime/resources/skin/less.gif b/mailnews/mime/resources/skin/less.gif deleted file mode 100644 index 30854a2dd5daa7a4b1d633d98f6cf6dd54dc9bc5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 872 zcmZ?wbhEHb - -install:: - $(MAKE_INSTALL) frown.gif $(DIST)\bin\chrome\messenger\skin - $(MAKE_INSTALL) smile.gif $(DIST)\bin\chrome\messenger\skin - $(MAKE_INSTALL) wink.gif $(DIST)\bin\chrome\messenger\skin - $(MAKE_INSTALL) sick.gif $(DIST)\bin\chrome\messenger\skin - $(MAKE_INSTALL) more.gif $(DIST)\bin\chrome\messenger\skin - $(MAKE_INSTALL) less.gif $(DIST)\bin\chrome\messenger\skin - -clobber:: - rm -f $(DIST)\bin\chrome\messenger\skin\frown.gif - rm -f $(DIST)\bin\chrome\messenger\skin\smile.gif - rm -f $(DIST)\bin\chrome\messenger\skin\wink.gif - rm -f $(DIST)\bin\chrome\messenger\skin\sick.gif - rm -f $(DIST)\bin\chrome\messenger\skin\more.gif - rm -f $(DIST)\bin\chrome\messenger\skin\less.gif diff --git a/mailnews/mime/resources/skin/more.gif b/mailnews/mime/resources/skin/more.gif deleted file mode 100644 index 8f1f48b0a2c5ba6ac89285ed2a3847317305492e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 858 zcmZ?wbhEHb e#>dCnIW+xb1Qs+Lo50L6L+3|;>cIvE25SJ@tOVWw diff --git a/mailnews/mime/resources/skin/sick.gif b/mailnews/mime/resources/skin/sick.gif deleted file mode 100644 index ff554033803b6e491136f4fa9781a0ab0745944e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 889 zcmW+#yKYkf3^hv9q)D1IujZXLO$tjZDp`mk7yuzC8)9H!YlXbQ&URse1tA`bx2SZ0 z4K^lJ0pcYyv9eVBKsSUyGRN0abgyOm_?+XLD_1XXo!O~Tjeb)^lKztPkswQw1H{jR z{VzwEOeUMn=5o2Yxw(8kUnmsj=jV&XVyRRrm&*$a3zbTxTCFZFF4k(bdcEFgG@8w3 ztJPXsT57l3old9Q?e==Te!o8$42HwuXf#@0US3&Q8IQ-StE-dAWICO$t*sF;kq{}7 z#Va$h5GyfKkBTsfkSK|fcr+@L3aOGBsbh|e$%IVFjLgZIT*#Fi1)u^HC>TTPu^~d3 zmD!j*79ta2Q5IwI*pH$LtFjua2Oad9uqm6dIoM&8UD%be$gvW90S3C@2STV}F|Yv* zEDU={i5#IKCgPzCYmupnny80Rut3pN%)}hJK?=R%DsJM?1}8uh(=Y`ZF8ekv| zmS_bJECx29f#u;@l#wG$)x$#Q!&+o!Y7R#s7c5XzH+2t#;~wCJc32#?h8bZNreOy- zK`<18HNZd`lb{72SPX1HdmJaaQAUn%+zLiQAJ!r>_b@d*b6SaOh3@nKa6GP>ni%X- zU*gEA)F7L(2i>>^82mk&&GwTdaeU|aDAEU>ctec;WRDT$X&puUBWgs28&oX}wqMUK z+@t#Ob6cB-?;cd!y)3=i{dm8*aWi{<^TmgUqyEKzZy!%TXS%2ETzYx^*VpG8C-(-g it{rYaY2E&IOMgs1Jvx2j{rcUfJKy)p&no2to&68v{ctb< diff --git a/mailnews/mime/resources/skin/smile.gif b/mailnews/mime/resources/skin/smile.gif deleted file mode 100644 index 1322e7dea14055c5dca3f5674b1397f87b50b90c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 906 zcmW+#yKYkf40Y9;-EMa}oo=_gva+(e zy1KTu*6a1w*Vi{THv0Yk=H}*LFxcAK+TPyY+1VKmhgp`5Mx*g~Jef?U(I_AijOvseX$ef(Xg6o zZNy3fidf7i*eKWsn;;hBnLDuDJIu_PbI#nowRLm-@@}2#bW9OR`b*MBf-Ff65kC$O zz8_^WnQS&YH#avwKcCCx^7(wBP$(9QrBbO}E-x%BR4SEfwOXsy>h*e~(P%cCtyXJs zak1TQcRHPJx7+LW`u+aW($Zis7!HS{(P%s#FE1}oCXd5FyOU zY|I`Dk%_P@dnM?8;c=SP8xW16}X~A=I!K*nkEW zhCQT2j!+R3@lb}f$W%p5)I%s(plB*)Vh-IPg6G40fq6 zapY8LkWJZxZd?Nl{vGY@9VAKO_|EZBqz^pthM4@#o*>H68jAQw)QR%jRLu`I-|uZa zrN*hN>lc20eqQbLv-IKK*JrJBceB@Cy}SORa{Tzl&c*%BH`6ef# fpI`R!((c*vnZ|v4-F6