www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

errorReport.css (601B)


      1 description {
      2 	margin: 0 0 1.5em;
      3 }
      4 
      5 /* Intro pane */
      6 #zotero-error-message {
      7 	background: #FFF;
      8 }
      9 
     10 #zotero-error-message .textbox-textarea {
     11 	padding: 5px !important
     12 }
     13 
     14 #zotero-unrelated-message {
     15 	margin: 1.5em 0 .5em;
     16 }
     17 
     18 #zotero-advance-message {
     19 	margin: .5em 0;
     20 }
     21 
     22 /* Additional Info pane */
     23 #zotero-email-address-box {
     24 	margin-bottom: 1.5em;
     25 }
     26 
     27 #zotero-email-address-box {
     28 	-moz-box-align: center;
     29 }
     30 
     31 #zotero-email-address-box label {
     32 	margin-left: 0;
     33 }
     34 
     35 #zotero-error-steps-box description {
     36 	margin-bottom: .4em;
     37 }
     38 
     39 /* Submitted pane */
     40 
     41 #zotero-report-id {
     42 	color: red;
     43 	font-weight: bold;
     44 }