update to suite default status of 2009-01-30: bug 474807 - replace margin/padding...
[themes.git] / LCARStrek / mozapps / plugins / missingPlugin.css
index fe9a3932842b52e6611169cb1cd3f4d83f46bffa..1db7f5f107780cecee7c07146785496676abcfe6 100644 (file)
@@ -24,8 +24,7 @@ html|applet > *|* {
   height: inherit;
 }
 
-html|a {
-  text-align: -moz-center;
+html|a, html|div {
   display: inline-block;
   /* overflow:hidden makes baseline vertical-alignment act like plugins */
   overflow: hidden;
@@ -40,8 +39,28 @@ html|a {
   color: #FFCF00;
 }
 
+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;