Bug 512732 - Need a chrome://branding/content/icon48.png since mozapps css refers to this; Patch v1.2.

r+sr=neil ui-r=kairo.
This commit is contained in:
Philip Chee 2010-01-12 15:59:36 +01:00
Родитель ef2a6ad40c
Коммит 01f19671aa
4 изменённых файлов: 8 добавлений и 2 удалений

Двоичные данные
suite/branding/content/icon48.png Normal file

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

После

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

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

@ -1,5 +1,6 @@
comm.jar:
% content branding %content/branding/
content/branding/about.png (content/about.png)
content/branding/icon48.png (content/icon48.png)
content/branding/icon64.png (content/icon64.png)
content/branding/aboutRights.xhtml (content/aboutRights.xhtml)

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

@ -46,6 +46,7 @@
onload="MigrationWizard.init()"
onunload="MigrationWizard.uninit()"
style="width: 40em; height: 32em;"
branded="true"
buttons="accept,cancel"
xmlns:xhtml="http://www.w3.org/1999/xhtml">

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

@ -55,12 +55,16 @@
}
.wizard-header-label {
-moz-margin-start: 23px;
-moz-margin-start: 23px !important;
font-weight: bold;
}
.wizard-header-description {
-moz-margin-start: 44px;
-moz-margin-start: 44px !important;
}
wizard[branded="true"] .wizard-header-icon {
list-style-image: url("chrome://branding/content/icon48.png");
-moz-margin-end: 5px;
}