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:
Родитель
ef2a6ad40c
Коммит
01f19671aa
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче