X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fplugins%2FmissingPlugin.css;h=44c63d2357a360865351e5a183e7688eb1397737;hp=08540ed1fdedf26511aca5d1286b85b365bc8a86;hb=3bcb0be1c49d0eb6fc25c218570adebf59ffecd5;hpb=49037d9b102dd33667ce0a860f02d820e5a7aeaf diff --git a/EarlyBlue/mozapps/plugins/missingPlugin.css b/EarlyBlue/mozapps/plugins/missingPlugin.css index 08540ed1..44c63d23 100644 --- a/EarlyBlue/mozapps/plugins/missingPlugin.css +++ b/EarlyBlue/mozapps/plugins/missingPlugin.css @@ -5,6 +5,18 @@ @namespace html url(http://www.w3.org/1999/xhtml); +html|object:not([width]), html|object[width=""], +html|embed:not([width]), html|embed[width=""], +html|applet:not([width]), html|applet[width=""] { + width: 240px; +} + +html|object:not([height]), html|object[height=""], +html|embed:not([height]), html|embed[height=""], +html|applet:not([height]), html|applet[height=""] { + height: 200px; +} + html|object > *|*, html|embed > *|*, html|applet > *|* { @@ -12,7 +24,7 @@ html|applet > *|* { height: inherit; } -html|a { +html|a, html|div { text-align: -moz-center; display: inline-block; /* overflow:hidden makes baseline vertical-alignment act like plugins */ @@ -28,8 +40,28 @@ html|a { color: #000000; } +vbox { + width: inherit; + height: inherit; + -moz-box-align: center; + -moz-box-pack: center; +} + #missingPluginPlaceholder { - list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png"); + list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); +} + +#disabledPluginPlaceholder { + list-style-image: url("chrome://mozapps/skin/plugins/pluginDisabled.png"); +} + +#blockedPluginPlaceholder { + list-style-image: url("chrome://mozapps/skin/plugins/pluginBlocked.png"); +} + +#missingPluginPlaceholder, +#disabledPluginPlaceholder, +#blockedPluginPlaceholder { display: block; border: 0px; width: 32px;