www

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

itembox.css (672B)


      1 scrollbox
      2 {
      3 	padding-top: 3px;
      4 }
      5 
      6 row > label:first-child, .creator-type-label, #more-creators-label
      7 {
      8 	color: #7f7f7f;
      9 }
     10 
     11 .zotero-field-toggle .toolbarbutton-text
     12 {	
     13 	visibility: hidden;
     14 }
     15 
     16 .zotero-field-toggle .toolbarbutton-icon
     17 {
     18 	margin: 0px !important;
     19 }
     20 
     21 .creator-type-label > image {
     22 	margin: 1px .2em 1px;
     23 	list-style-image: url('chrome://zotero/skin/mac/arrow-down.png');
     24 	max-width: 7px;
     25 	max-height: 7px;
     26 }
     27 
     28 textbox
     29 {
     30 	margin: -1px 5px -1px 0;
     31 	padding: 0;
     32 }
     33 
     34 
     35 /* BEGIN 2X BLOCK -- DO NOT EDIT MANUALLY -- USE 2XIZE */
     36 @media (min-resolution: 1.25dppx) {
     37 	.creator-type-label > image  { list-style-image: url('chrome://zotero/skin/mac/arrow-down@2x.png'); }
     38 }