59f534d56f
- 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
44 lines
601 B
CSS
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;
|
|
}
|