X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fplugins%2FpluginProblem.css;h=796f8a2e032a014d1c815aaf99d343c5bff9f557;hb=941d657fe5266e57ff90b35c33a86a5214f7cbcd;hp=a41b6647440d70187716f67404e302020d2b7484;hpb=a064a54072180bda29a2d7b0ce33cd1e57612218;p=themes.git diff --git a/LCARStrek/mozapps/plugins/pluginProblem.css b/LCARStrek/mozapps/plugins/pluginProblem.css index a41b6647..796f8a2e 100644 --- a/LCARStrek/mozapps/plugins/pluginProblem.css +++ b/LCARStrek/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;