/toolkit/mozapps/plugins/content/pluginProblemContent.css

http://github.com/zpao/v8monkey · CSS · 74 lines · 63 code · 10 blank · 1 comment · 0 complexity · 879c0d2a9be8b2836a1cde6f88b187cd MD5 · raw file

  1. @namespace html url(http://www.w3.org/1999/xhtml);
  2. html|object:not([width]), html|object[width=""],
  3. html|embed:not([width]), html|embed[width=""],
  4. html|applet:not([width]), html|applet[width=""] {
  5. width: 240px;
  6. }
  7. html|object:not([height]), html|object[height=""],
  8. html|embed:not([height]), html|embed[height=""],
  9. html|applet:not([height]), html|applet[height=""] {
  10. height: 200px;
  11. }
  12. :-moz-type-unsupported .mainBox,
  13. :-moz-handler-clicktoplay .mainBox,
  14. :-moz-handler-disabled .mainBox,
  15. :-moz-handler-blocked .mainBox {
  16. -moz-user-focus: normal;
  17. }
  18. :-moz-type-unsupported .mainBox:focus,
  19. :-moz-handler-clicktoplay .mainBox:focus,
  20. :-moz-handler-disabled .mainBox:focus,
  21. :-moz-handler-blocked .mainBox:focus {
  22. outline: 1px dotted;
  23. }
  24. .mainBox {
  25. width: inherit;
  26. height: inherit;
  27. overflow: hidden;
  28. direction: ltr;
  29. unicode-bidi: embed;
  30. }
  31. .mainBox[chromedir="rtl"] {
  32. direction: rtl;
  33. }
  34. .msg {
  35. display: none;
  36. }
  37. :-moz-type-unsupported .msgUnsupported,
  38. :-moz-handler-clicktoplay .msgClickToPlay,
  39. :-moz-handler-disabled .msgDisabled,
  40. :-moz-handler-disabled .msgManagePlugins,
  41. :-moz-handler-blocked .msgBlocked,
  42. :-moz-handler-crashed .msgCrashed {
  43. display: block;
  44. }
  45. .installStatus[status="ready"] .msgInstallPlugin {
  46. display: block;
  47. }
  48. .submitStatus[status="noReport"] .msgNoCrashReport,
  49. .submitStatus[status="please"] .msgPleaseSubmit,
  50. .submitStatus[status="noSubmit"] .msgNotSubmitted,
  51. .submitStatus[status="submitting"] .msgSubmitting,
  52. .submitStatus[status="success"] .msgSubmitted,
  53. .submitStatus[status="failed"] .msgSubmitFailed,
  54. .submitStatus[status]:not([status="please"]) .msgReload {
  55. display: block;
  56. }
  57. .submitStatus[status="please"] .msgReload {
  58. /* Take up space when invisible, so stuff doesn't shift upon reveal. */
  59. display: block;
  60. visibility: hidden;
  61. }
  62. .helpIcon {
  63. cursor: pointer;
  64. }