update both themes for toolkit windows theme changes in Mozilla 24 cycle
[themes.git] / EarlyBlue / mozapps / update / updates.css
index 0b54e023471960708b8df61f21ed6252bcc1c7a1..aa6560971acfcab96639afe39a69804d737722d7 100644 (file)
@@ -13,6 +13,10 @@ wizardpage {
   padding: 0;
 }
 
+.update-header {
+  padding: 0px 10px;
+}
+
 .update-content {
   padding: 10px;
 }
@@ -30,25 +34,33 @@ wizardpage {
 }
 
 .remoteLoadingThrobber[state="error"] {
-  list-style-image: url("chrome://global/skin/icons/notfound.png");
+  list-style-image: url("chrome://global/skin/icons/information-16.png");
 }
 
 .wizard-buttons-separator {
   margin-top: 0 !important;
 }
 
-#updates[currentpageid="updatesfoundbasic"] .wizard-button[dlgtype="next"],
-#updates[currentpageid="updatesfoundbillboard"] .wizard-button[dlgtype="next"],
-#updates[currentpageid="finished"] .wizard-button[dlgtype="finish"],
-#updates[currentpageid="finishedBackground"] .wizard-button[dlgtype="finish"] {
-  font-weight: bold;
-}
-
 #licenseContent, #incompatibleListbox {
   -moz-margin-start: 6px;
   -moz-margin-end: 6px;
 }
 
+.inline-link {
+  color: blue;
+  text-decoration: none;
+}
+
+.inline-link:hover {
+  text-decoration: underline;
+}
+
+/* Unsupported Page */
+#unsupportedLabel, #unsupportedLinkLabel {
+  -moz-margin-start: 0;
+  -moz-padding-start: 0;
+}
+
 /* Update Found Basic Page */
 #updateName, #updateFinishedName {
   font-weight: bold;