Bug 545514 - plugin-problem UI needs to be an inline-block element. r=gavin

This commit is contained in:
Justin Dolske 2010-02-23 13:52:00 -08:00
parent b82c5c6b94
commit 390cd52f99
2 changed files with 4 additions and 0 deletions

View File

@ -43,5 +43,7 @@
embed:-moz-type-unsupported,
applet:-moz-type-unsupported,
object:-moz-has-handlerref:-moz-type-unsupported {
display: inline-block;
overflow: hidden;
-moz-binding: url('chrome://mozapps/content/plugins/pluginProblem.xml#pluginProblem') !important;
}

View File

@ -47,5 +47,7 @@ applet:-moz-handler-crashed,
object:-moz-has-handlerref:-moz-handler-disabled,
object:-moz-has-handlerref:-moz-handler-blocked,
object:-moz-handler-crashed {
display: inline-block;
overflow: hidden;
-moz-binding: url('chrome://mozapps/content/plugins/pluginProblem.xml#pluginProblem') !important;
}