2010-02-22 03:28:26 -08:00
|
|
|
@namespace html url(http://www.w3.org/1999/xhtml);
|
|
|
|
|
2010-02-22 02:41:50 -08:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2010-03-16 22:10:08 -07:00
|
|
|
:-moz-type-unsupported .mainBox {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2010-02-22 02:41:50 -08:00
|
|
|
:-moz-type-unsupported .mainBox,
|
|
|
|
:-moz-handler-disabled .mainBox,
|
|
|
|
:-moz-handler-blocked .mainBox {
|
|
|
|
-moz-user-focus: normal;
|
|
|
|
}
|
|
|
|
:-moz-type-unsupported .mainBox:focus,
|
|
|
|
:-moz-handler-disabled .mainBox:focus,
|
|
|
|
:-moz-handler-blocked .mainBox:focus {
|
|
|
|
outline: 1px dotted;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mainBox {
|
|
|
|
width: inherit;
|
|
|
|
height: inherit;
|
|
|
|
overflow: hidden;
|
2010-04-07 16:35:09 -07:00
|
|
|
direction: ltr;
|
|
|
|
unicode-bidi: embed;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mainBox[chromedir="rtl"] {
|
|
|
|
direction: rtl;
|
2010-02-22 02:41:50 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.msg {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
:-moz-type-unsupported .msgUnsupported,
|
|
|
|
:-moz-handler-disabled .msgDisabled,
|
|
|
|
:-moz-handler-blocked .msgBlocked,
|
2010-04-07 18:53:00 -07:00
|
|
|
:-moz-handler-crashed .msgCrashed {
|
2010-02-22 02:41:50 -08:00
|
|
|
display: block;
|
|
|
|
}
|
2010-03-16 22:10:08 -07:00
|
|
|
|
2010-04-07 18:53:00 -07:00
|
|
|
.submitStatus[status="noReport"] .msgNoCrashReport,
|
|
|
|
.submitStatus[status="please"] .msgPleaseSubmit,
|
|
|
|
.submitStatus[status="noSubmit"] .msgNotSubmitted,
|
|
|
|
.submitStatus[status="submitting"] .msgSubmitting,
|
|
|
|
.submitStatus[status="success"] .msgSubmitted,
|
|
|
|
.submitStatus[status="failed"] .msgSubmitFailed,
|
|
|
|
.submitStatus[status]:not([status="please"]) .msgReload {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.submitStatus[status="please"] .msgReload {
|
|
|
|
/* Take up space when invisible, so stuff doesn't shift upon reveal. */
|
|
|
|
display: block;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
2010-03-16 22:10:08 -07:00
|
|
|
.helpIcon {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|