EarlyBlue 2.0a1 -> 2.0a2 work, mozapps part
[themes.git] / EarlyBlue / mozapps / plugins / missingPlugin.css
index 08540ed1fdedf26511aca5d1286b85b365bc8a86..44c63d2357a360865351e5a183e7688eb1397737 100644 (file)
@@ -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;