these skin files have moved

This commit is contained in:
sspitzer%netscape.com 2000-05-11 04:07:48 +00:00
parent 51fc36d653
commit 284b7beebd
20 changed files with 4 additions and 314 deletions

View File

@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = content locale skin
DIRS = content locale
include $(topsrcdir)/config/rules.mk

View File

@ -21,6 +21,6 @@
DEPTH=..\..\..
DIRS= content locale skin
DIRS= content locale
include <$(DEPTH)\config\rules.mak>

View File

@ -1 +0,0 @@
Makefile

View File

@ -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

View File

@ -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

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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

View File

@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = skin content
DIRS = content
include $(topsrcdir)/config/rules.mk

View File

@ -20,7 +20,7 @@
DEPTH=..\..\..
DIRS= skin content
DIRS= content
include <$(DEPTH)\config\rules.mak>

View File

@ -1 +0,0 @@
Makefile

View File

@ -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

View File

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 889 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 872 B

View File

@ -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.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) 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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 858 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 889 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 906 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 887 B