zotero/chrome/skin/default/zotero/errorReport.css
Dan Stillman 59f534d56f Error report improvements
- Always allow "Report Errors...", even when no errors

- Show submitted diagnostic info in report

- Use white background and unitalicized text for report

- Make window larger by default
2014-05-26 20:07:41 -04:00

44 lines
601 B
CSS

description {
margin: 0 0 1.5em;
}
/* Intro pane */
#zotero-error-message {
background: #FFF;
}
#zotero-error-message .textbox-textarea {
padding: 5px !important
}
#zotero-unrelated-message {
margin: 1.5em 0 .5em;
}
#zotero-advance-message {
margin: .5em 0;
}
/* Additional Info pane */
#zotero-email-address-box {
margin-bottom: 1.5em;
}
#zotero-email-address-box {
-moz-box-align: center;
}
#zotero-email-address-box label {
margin-left: 0;
}
#zotero-error-steps-box description {
margin-bottom: .4em;
}
/* Submitted pane */
#zotero-report-id {
color: red;
font-weight: bold;
}