fix 45687, fix hang in add application helper dialog

This commit is contained in:
ben%netscape.com 2000-08-24 00:38:05 +00:00
Родитель fa3e0ad464
Коммит 81af5733f4
7 изменённых файлов: 31 добавлений и 0 удалений

Просмотреть файл

@ -15,3 +15,5 @@ toolbar-bg.png
search.gif
search-active.gif
search-hover.gif
content-large.gif
content-small.gif

Просмотреть файл

@ -46,6 +46,8 @@ EXPORT_RESOURCE = \
$(srcdir)/search.gif \
$(srcdir)/search-active.gif \
$(srcdir)/search-hover.gif \
$(srcdir)/content-large.gif \
$(srcdir)/content-small.gif \
$(NULL)
DIRS = bookmarks directory profile regviewer related search sidebar win xpinstall

Двоичные данные
themes/classic/communicator/content-large.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 369 B

Двоичные данные
themes/classic/communicator/content-small.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 172 B

Просмотреть файл

@ -70,3 +70,17 @@ button.down[disabled="true"], button.down[disabled="true"]:hover:active
{
list-style-image : url("chrome://global/skin/scroll-down-disabled.gif");
}
/**
* File icons (32x32 and 16x16)
**/
.file-icon-large
{
list-style-image : url("chrome://communicator/skin/content-large.gif");
}
.file-icon-small
{
list-style-image : url("chrome://communicator/skin/content-small.gif");
}

Просмотреть файл

@ -45,6 +45,8 @@ install::
$(MAKE_INSTALL) search.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) search-hover.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) search-active.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) content-large.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
$(MAKE_INSTALL) content-small.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
clobber::
rm -f $(DIST)\chrome\$(THEME)\communicator\skin\*.*

Просмотреть файл

@ -48,7 +48,18 @@
list-style-image:url("chrome://global/skin/scroll-down-disabled.gif");
}
/**
* File icons (32x32 and 16x16)
**/
.file-icon-large
{
list-style-image : url("chrome://communicator/skin/content-large.gif");
}
.file-icon-small
{
list-style-image : url("chrome://communicator/skin/content-small.gif");
}
/*
comment out really bad style rules, but leave them here so future intent is