gecko/toolkit/themes/pinstripe/global/wizard.css

59 lines
891 B
CSS
Raw Normal View History

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
wizard {
2010-08-18 00:33:54 -07:00
padding: 14px;
}
#header {
2010-08-18 00:33:54 -07:00
display: inline !important;
}
2010-01-28 03:51:52 -08:00
.wizard-header {
2010-08-18 00:33:54 -07:00
-moz-appearance: dialog;
}
.wizard-header-box-1 {
2010-08-18 00:33:54 -07:00
color: #000;
}
.wizard-header-box-text {
2010-08-18 00:33:54 -07:00
padding: 6px 10px;
font: menu;
font-weight: bold;
}
.wizard-header-label {
margin-left: 23px;
font-weight: bold;
}
.wizard-header-box-icon {
2010-08-18 00:33:54 -07:00
margin-top: 3px;
-moz-margin-end: 20px
margin-bottom: 0;
-moz-margin-start: 3px;
}
wizard[branded="true"] .wizard-header-icon {
list-style-image: url("chrome://branding/content/icon48.png");
}
.wizard-page-box {
padding: 15px 23px;
2010-08-18 00:33:54 -07:00
-moz-appearance: dialog;
}
.wizard-buttons-separator {
margin: 0 !important;
2010-08-18 00:33:54 -07:00
border-bottom: 1px solid #fff !important;
}
.wizard-buttons-btm {
2010-08-18 00:33:54 -07:00
padding: 3px 6px 6px;
}
.wizard-button {
font: menu !important;
}