make about:support look even nicer
[themes.git] / EarlyBlue / global / wizard.css
index cb827321dfdf664a39fff22dcec2b597619e1ea6..f96cd99c4ee0872ee986356227a0eda27b3c05dd 100644 (file)
 
 .wizard-header {
   border-bottom: 2px groove #6699FF;
-  padding: 10px 0px 10px 0px;
   background-color: #666699;
   color: #CCD0DD;
 }
 
+.wizard-header-box-1 {
+  padding: 5px 0px;
+}
+
+wizard[description=""] .wizard-header-description {
+  display: none;
+}
+
 .wizard-header-label {
-  margin-left: 23px;
+  -moz-margin-start: 23px;
   font-weight: bold;
 }
 
 .wizard-header-description {
-  margin-left: 44px;
+  -moz-margin-start: 44px;
+}
+
+wizard[branded="true"] .wizard-header-icon {
+  list-style-image: url("chrome://branding/content/icon48.png");
+  -moz-margin-end: 5px;
 }
 
 .wizard-page-box {
   margin: 10px;
 }
 
-.wizard-button[wizardbutton="finish"],
-.wizard-button[wizardbutton="next"] {
-  margin-left: -1px !important;
+.wizard-button[dlgtype="finish"],
+.wizard-button[dlgtype="next"] {
+  -moz-margin-start: 0px !important;
 }
 
-.wizard-button[wizardbutton="back"] {
-  margin-right: 0px !important;
+.wizard-button[dlgtype="back"] {
+  -moz-margin-end: 0px !important;
 }