update both themes for toolkit winstripe changes up to 2010-07-25
[themes.git] / EarlyBlue / mozapps / plugins / pluginProblem.css
index a8ee73c931cedbe48f42def96ba69f8b93356263..a66c323bb09474f4c3388cd270aa2b6e7a25ca6d 100644 (file)
@@ -24,16 +24,16 @@ html|a {
     background-repeat: no-repeat;
 }
 :-moz-type-unsupported .icon {
-    background-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
+    background-image: url("chrome://mozapps/skin/plugins/contentPluginDownload.png");
 }
 :-moz-handler-disabled .icon {
-    background-image: url("chrome://mozapps/skin/plugins/pluginDisabled.png");
+    background-image: url("chrome://mozapps/skin/plugins/contentPluginDisabled.png");
 }
 :-moz-handler-blocked .icon {
-    background-image: url("chrome://mozapps/skin/plugins/pluginBlocked.png");
+    background-image: url("chrome://mozapps/skin/plugins/contentPluginBlocked.png");
 }
 :-moz-handler-crashed .icon {
-    background-image: url("chrome://mozapps/skin/plugins/pluginCrashed.png");
+    background-image: url("chrome://mozapps/skin/plugins/contentPluginCrashed.png");
 }
 
 .throbber {
@@ -47,18 +47,15 @@ html|a {
     cursor: default;
 }
 
+.submitStatus div {
+    min-height: 19px; /* height of biggest line (with throbber) */
+}
+
 .msgBottomLinks {
     padding-left: 2px;
     padding-right: 2px;
 }
 
-.msgBottomLinks div {
-    text-align: right;
-    margin-right: 4px;
-    margin-bottom: -19px;
-    min-height: 19px; /* height of biggest line (with throbber) */
-}
-
 .helpIcon {
     float: left;
     display: inline-block;