www

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

itembox.css (2583B)


      1 #item-box
      2 {
      3 	overflow: auto;
      4 	margin-top: 8px;
      5 }
      6 
      7 row, tagsbox row
      8 {
      9 	min-height: 1em;
     10 }
     11 
     12 
     13 /* DEBUG: this doesn't seem to work, unfortunately
     14 label[singleField=false]:after
     15 {
     16 	content:",";
     17 }
     18 */
     19 
     20 textbox .textbox-input-box
     21 {
     22 	margin: 0;
     23 }
     24 
     25 /* metadata field names */
     26 row > label:first-child, .creator-type-label
     27 {
     28 	text-align: right;
     29 	margin-left: 5px !important;
     30 	margin-right: 2px !important;
     31 }
     32 
     33 #more-creators-label
     34 {
     35 	font-weight: bold;
     36 }
     37 
     38 row > label
     39 {
     40 	border: 1px solid transparent;
     41 }
     42 
     43 row label
     44 {
     45 	-moz-user-focus: ignore;
     46 }
     47 
     48 row .pointer:hover {
     49 	cursor: pointer !important;
     50 }
     51 
     52 /* creator type menu */
     53 
     54 .creator-type-label, .creator-type-value {
     55 	-moz-box-align: center;
     56 	-moz-box-pack: end;
     57 }
     58 
     59 .creator-type-label > label
     60 {
     61 	margin: 1px 0 1px 0 !important;
     62 	padding-right: 2px !important;
     63 }
     64  
     65 .creator-type-label > image {
     66 	margin: 0 1em 1px;
     67 	list-style-image: url('chrome://zotero/skin/arrow-down.gif');
     68 }
     69 
     70 .comma
     71 {
     72 	margin: 1px 0 1px -3px !important;
     73 	padding: 0 !important;
     74 }
     75 
     76 .creator-name-box > label:not(.comma), .date-box > label
     77 {
     78 	margin: 1px 0 1px 1px !important;
     79 	padding-left: 2px !important;
     80 	padding-right: 2px !important;
     81 }
     82 
     83 row > label, row > vbox[fieldname]
     84 {
     85 	margin-top: 1px !important;
     86 	margin-bottom: 1px !important;
     87 	-moz-box-pack: start;
     88 	-moz-margin-start: 1px !important;
     89 	-moz-margin-end: 5px !important;
     90 	padding: 0 2px 0 2px;
     91 }
     92 
     93 row > vbox > description
     94 {
     95 	margin: 0 !important;
     96 }
     97 
     98 #zotero-date-field-status
     99 {
    100 	color: #666;
    101 	padding: 0 10px 0 1px !important;
    102 }
    103 
    104 #item-type-menu
    105 {
    106 	-moz-appearance: none;
    107 	color: black;
    108 	height: 1.5em !important;
    109 	min-height: 1.5em !important;
    110 	padding: 0 0 0 2px !important;
    111 	margin: 1px 5px 0 1px !important;
    112 	max-height: 1.5em !important;
    113 	border: 1px solid transparent;	
    114 	-moz-border-top-colors: none;
    115 	-moz-border-right-colors: none;
    116 	-moz-border-bottom-colors: none;
    117 	-moz-border-left-colors: none;
    118 	background-color: transparent;
    119 }
    120 
    121 #item-type-menu > .menulist-label-box
    122 {
    123 	-moz-box-flex: 0 !important;
    124 }
    125 
    126 #item-type-menu > .menulist-label-box, #item-type-menu > .menulist-label-box > .menulist-label
    127 {
    128 	margin: 0 !important;
    129 	padding: 0 !important;
    130 }
    131 
    132 #item-type-menu > .menulist-dropmarker
    133 {
    134 	display: none;
    135 }
    136 
    137 .zotero-field-toggle
    138 {
    139 	width: 27px !important;
    140 	max-width: 27px !important;
    141 	min-width: 27px !important;
    142 	height: 14px;
    143 	margin: 0 5px 0 0 !important;
    144 	background-repeat: no-repeat !important;
    145 	background-position: center !important;
    146 	border-width: 0 !important;
    147 	border-radius: 4px !important;
    148 }
    149 
    150 /* Merge pane in duplicates view */
    151 .zotero-field-version-button {
    152 	margin: 0;
    153 	padding: 0;
    154 }