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