зеркало из https://github.com/mozilla/gecko-dev.git
fix for bug #339526, add branding to import wizard
This commit is contained in:
Родитель
4c913b0390
Коммит
0b5d8f268b
|
@ -9,3 +9,4 @@ classic.jar:
|
||||||
+ skin/classic/global/checkbox.css
|
+ skin/classic/global/checkbox.css
|
||||||
+ skin/classic/global/radio.css
|
+ skin/classic/global/radio.css
|
||||||
+ skin/classic/global/global.css
|
+ skin/classic/global/global.css
|
||||||
|
+ skin/classic/global/wizard.css
|
||||||
|
|
|
@ -0,0 +1,47 @@
|
||||||
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||||
|
|
||||||
|
.wizard-header {
|
||||||
|
border-bottom: 2px groove ThreeDFace;
|
||||||
|
padding: 10px 0px 10px 0px;
|
||||||
|
background-color: Window;
|
||||||
|
color: WindowText;
|
||||||
|
}
|
||||||
|
|
||||||
|
wizard[description=""] .wizard-header-description {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wizard-header-label {
|
||||||
|
-moz-margin-start: 23px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wizard-header-description {
|
||||||
|
-moz-margin-start: 44px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wizard-header-icon {
|
||||||
|
list-style-image: url("chrome://branding/content/icon64.png");
|
||||||
|
-moz-margin-end: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wizard-page-box {
|
||||||
|
margin: 10px 44px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wizard-buttons-separator {
|
||||||
|
margin-bottom: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wizard-buttons-box-2 {
|
||||||
|
margin: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wizard-button[wizardbutton="finish"],
|
||||||
|
.wizard-button[wizardbutton="next"] {
|
||||||
|
-moz-margin-start: -1px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wizard-button[wizardbutton="back"] {
|
||||||
|
-moz-margin-end: 0px !important;
|
||||||
|
}
|
Загрузка…
Ссылка в новой задаче