diff --git a/mozilla/toolkit/mozapps/update/content/updates.xul b/mozilla/toolkit/mozapps/update/content/updates.xul
index b812b72383e..8cddf554f3f 100755
--- a/mozilla/toolkit/mozapps/update/content/updates.xul
+++ b/mozilla/toolkit/mozapps/update/content/updates.xul
@@ -97,10 +97,15 @@
&upgrade.evangelism;
-
+
- &incompatibleChecking.label;
+
+
+
+ &incompatibleChecking.label;
+
+
diff --git a/mozilla/toolkit/themes/pinstripe/mozapps/update/updates.css b/mozilla/toolkit/themes/pinstripe/mozapps/update/updates.css
index 9d3900e9421..69cff7e738f 100755
--- a/mozilla/toolkit/themes/pinstripe/mozapps/update/updates.css
+++ b/mozilla/toolkit/themes/pinstripe/mozapps/update/updates.css
@@ -74,6 +74,12 @@ wizard[currentpageid="updatesfound"] .wizard-page-box {
margin: 1px 0px 4px 3px;
}
+#incompatibleCheckingThrobber {
+ margin-right: 4px;
+ background-color: transparent;
+ list-style-image: url("chrome://global/skin/icons/loading_16.gif");
+}
+
#updateMoreInfoURL, #updateMoreInfoURLLabel {
-moz-margin-start: 0px;
-moz-margin-end: 0px;
diff --git a/mozilla/toolkit/themes/winstripe/mozapps/update/updates.css b/mozilla/toolkit/themes/winstripe/mozapps/update/updates.css
index 249c0825302..afefed95f0c 100755
--- a/mozilla/toolkit/themes/winstripe/mozapps/update/updates.css
+++ b/mozilla/toolkit/themes/winstripe/mozapps/update/updates.css
@@ -61,6 +61,12 @@ license {
margin: 1px 5px 4px 3px;
}
+#incompatibleCheckingThrobber {
+ margin-right: 4px;
+ background-color: transparent;
+ list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
+}
+
wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] {
font-weight: bold;
}