attachmentbox.css (1247B)
1 #metadata { 2 padding: 5px 2px 2px 2px; 3 } 4 5 #title 6 { 7 font-weight: bold; 8 /* Don't collapse blank attachment titles, since it prevents renaming */ 9 min-height: 1.25em; 10 } 11 12 #metadata > label { 13 margin: 6px 10px 4px !important; 14 } 15 16 #index-box 17 { 18 -moz-box-align: center; 19 } 20 21 #reindex 22 { 23 padding-left: 5px; 24 list-style-image: url(chrome://zotero/skin/arrow_refresh.png); 25 } 26 27 @media (min-resolution: 1.25dppx) { 28 #reindex { 29 list-style-image: url(chrome://zotero/skin/arrow_refresh@2x.png); 30 width: 20px; 31 } 32 } 33 34 #index-box > button 35 { 36 font-size: .95em; 37 padding: 0; 38 } 39 40 #linksbox 41 { 42 margin-bottom: 4px; 43 } 44 45 row label 46 { 47 margin: 0 !important; 48 padding: 0 !important; 49 } 50 51 row > label, row > hbox 52 { 53 margin-top: 1px !important; 54 margin-bottom: 1px !important; 55 -moz-box-pack: start; 56 -moz-margin-start: 1px !important; 57 -moz-margin-end: 5px !important; 58 padding: 0 2px 0 2px !important; 59 border-radius: 6px; 60 border: 1px solid transparent; 61 } 62 63 row > hbox 64 { 65 -moz-box-align: center; 66 } 67 68 /* Reindex icon makes the row larger */ 69 #indexStatusRow > hbox { 70 margin: 0 !important; 71 } 72 73 row > label:first-child 74 { 75 text-align: right; 76 font-weight: bold; 77 -moz-margin-start: 3px !important; 78 -moz-margin-end: 0 !important; 79 width: 62px; 80 text-align: right; 81 font-weight:bold; 82 }