2007-10-23 07:11:59 +00:00
|
|
|
description {
|
|
|
|
margin: 0 0 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Intro pane */
|
2022-08-09 08:10:25 +00:00
|
|
|
#report-start {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-error-message {
|
|
|
|
padding: 5px !important;
|
|
|
|
outline: 0;
|
|
|
|
flex: 1;
|
|
|
|
margin-bottom: 1em !important;
|
2007-10-23 07:11:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#zotero-unrelated-message {
|
2014-05-27 00:07:41 +00:00
|
|
|
margin: 1.5em 0 .5em;
|
2007-10-23 07:11:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#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;
|
2024-01-12 22:45:01 +00:00
|
|
|
font-weight: 600;
|
2022-08-09 08:10:25 +00:00
|
|
|
outline: 0;
|
|
|
|
background: none;
|
2007-10-23 07:11:59 +00:00
|
|
|
}
|