X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fplugins%2FpluginProblem.css;h=e0b6f2ad0905a220a02e7d3c2a9665176714c52e;hb=b23402da33a244ed319a2f24277a5c3e0814b1fe;hp=a8ee73c931cedbe48f42def96ba69f8b93356263;hpb=a064a54072180bda29a2d7b0ce33cd1e57612218;p=themes.git diff --git a/EarlyBlue/mozapps/plugins/pluginProblem.css b/EarlyBlue/mozapps/plugins/pluginProblem.css index a8ee73c9..e0b6f2ad 100644 --- a/EarlyBlue/mozapps/plugins/pluginProblem.css +++ b/EarlyBlue/mozapps/plugins/pluginProblem.css @@ -6,9 +6,9 @@ text-align: center; background-color: #CCD0DD; color: #000000; - -moz-border-radius: 12px; + border-radius: 12px; /* recessed effect with 'disabled' shadow */ - -moz-box-shadow: inset 0 1px 5px #808080; + box-shadow: inset 0 1px 5px #808080; padding: 5px; -moz-user-select: none; } @@ -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;