X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fplugins%2FpluginProblem.css;h=a66c323bb09474f4c3388cd270aa2b6e7a25ca6d;hp=a8ee73c931cedbe48f42def96ba69f8b93356263;hb=3327253ed3b6be3c4cc98847e444c55f9a268d45;hpb=a064a54072180bda29a2d7b0ce33cd1e57612218 diff --git a/EarlyBlue/mozapps/plugins/pluginProblem.css b/EarlyBlue/mozapps/plugins/pluginProblem.css index a8ee73c9..a66c323b 100644 --- a/EarlyBlue/mozapps/plugins/pluginProblem.css +++ b/EarlyBlue/mozapps/plugins/pluginProblem.css @@ -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;