preferences.css (5575B)
1 prefwindow .chromeclass-toolbar 2 { 3 display: -moz-box !important; /* Ignore toolbar collapse button on OS X */ 4 } 5 6 prefwindow { 7 min-width: 600px; 8 } 9 10 description, label, checkbox { 11 max-width: 630px; 12 } 13 14 radio[pane] 15 { 16 min-width: 5.5em; 17 height: 48px; 18 -moz-box-align: center; 19 -moz-box-pack: end; 20 } 21 22 #export-citePaperJournalArticleURL 23 { 24 font-size: .85em; 25 } 26 27 .statusLine 28 { 29 margin-top: .75em; 30 margin-bottom: .75em; 31 font-size: .85em; 32 } 33 34 /* Links within messages */ 35 description label[class=zotero-text-link], label[class=zotero-text-link] 36 { 37 margin: 0; 38 } 39 40 /* General pane */ 41 grid row:not(:first-child) 42 { 43 margin-top: .3em; 44 } 45 46 grid row hbox:first-child 47 { 48 -moz-box-pack: end; /* Right-justify left column */ 49 } 50 51 #fontSize 52 { 53 font-size: 3mm; /* Firefox default */ 54 } 55 56 #fontSize1 57 { 58 font-size: 1.0em; 59 } 60 61 #fontSize2 62 { 63 font-size: 1.15em; 64 } 65 66 #fontSize3 67 { 68 font-size: 1.3em; 69 } 70 71 #fontSize4 72 { 73 font-size: 1.5em; 74 } 75 76 77 #fontSize radio 78 { 79 margin-right: 20px; 80 } 81 82 #zotero-prefpane-general .statusLine { 83 margin-left: .75em; 84 } 85 86 .fileHandler-menu .menulist-icon { 87 height: 16px; 88 } 89 90 /* 91 * Sync pane 92 */ 93 94 /* Settings tab */ 95 #zotero-prefpane-sync row, #zotero-prefpane-sync row hbox 96 { 97 -moz-box-align: center; 98 } 99 #zotero-prefpane-sync row label:first-child 100 { 101 text-align: right; 102 } 103 #zotero-prefpane-sync row hbox 104 { 105 margin-left: 4px; 106 } 107 #zotero-prefpane-sync row hbox label:first-child, 108 #zotero-prefpane-sync row hbox menulist:first-child 109 { 110 margin-left: 0; 111 margin-right: 0; 112 } 113 #zotero-prefpane-sync row hbox textbox 114 { 115 margin-left: 3px; 116 margin-right: 3px; 117 } 118 #zotero-prefpane-sync row hbox label:last-child 119 { 120 margin-left: 0; 121 margin-right: 10px; 122 } 123 124 #zotero-prefpane-sync #sync-auth-button { 125 margin-left: 0; 126 } 127 128 #zotero-prefpane-sync #sync-status-indicator 129 { 130 width: 1.5em; 131 height: 1.7em; 132 margin-top: 0.4em; 133 background-repeat: no-repeat; 134 background-position: center; 135 } 136 137 #zotero-prefpane-sync #sync-status-indicator[verified=true] 138 { 139 background-image: url("chrome://zotero/skin/tick.png") 140 } 141 142 #zotero-prefpane-sync #sync-status-indicator[verified=false] 143 { 144 background-image: url("chrome://zotero/skin/cross.png") 145 } 146 147 #zotero-prefpane-sync #sync-status-indicator[animated] 148 { 149 background-image: url("chrome://zotero/skin/arrow_rotate_animated.png") 150 } 151 152 .storage-settings-download-options 153 { 154 margin-left: 40px; 155 } 156 157 #storage-verify, #storage-abort, #storage-clean 158 { 159 margin-left: 0; 160 min-width: 8em; 161 } 162 163 #storage-terms label 164 { 165 margin-left: 0; 166 font-size: .9em; 167 } 168 169 #storage-terms label:first-child 170 { 171 margin-right: .25em; 172 } 173 174 #storage-terms label[class=zotero-text-link] 175 { 176 margin-right: 0; 177 } 178 179 /* Reset tab */ 180 #sync-reset-form { 181 margin-left: 1em; 182 } 183 184 #reset-sync-warning { 185 font-size: 12px; 186 } 187 188 #sync-reset-form { 189 margin-top: 1em; 190 } 191 192 #sync-reset-library-menu-container { 193 font-weight: bold; 194 font-size: 15px; 195 } 196 197 #sync-reset-library-menu { 198 width: 14em; 199 margin-left: .25em; 200 font-size: 15px; 201 height: 1.6em; 202 } 203 204 #sync-reset-list { 205 margin: 0; 206 padding: 0; 207 height: 9em; 208 } 209 210 #sync-reset-list li { 211 margin: 0; 212 margin-top: 1.6em; 213 padding: 0; 214 list-style: none; 215 height: 2.8em; 216 } 217 218 /* Allow a click between lines to select the radio */ 219 #sync-reset-list li label { 220 display: block; 221 } 222 223 #sync-reset-list li:first-child { 224 margin-top: 1.4em; 225 } 226 227 #sync-reset-list li .sync-reset-option-name { 228 font-weight: bold; 229 display: block; 230 font-size: 15px; 231 margin-bottom: .2em; 232 } 233 234 #sync-reset-list li .sync-reset-option-desc { 235 font-size: 12px; 236 } 237 238 #sync-reset-list li input { 239 float: left; 240 margin-top: 1em; 241 margin-right: 1.05em; 242 } 243 244 #sync-reset-list li[disabled] span { 245 color: gray; 246 } 247 248 #sync-reset button { 249 font-size: 14px; 250 } 251 252 253 /* 254 * Search pane 255 */ 256 #pdfinfo-status 257 { 258 margin-top: 0 !important; 259 } 260 261 #fulltext-stats row > label:first-child 262 { 263 text-align: right; 264 } 265 266 267 /* Export pane */ 268 #zotero-prefpane-export separator:not(.thin) 269 { 270 height: 1em; 271 } 272 273 #quickCopy-instructions, #quickCopy-citationInstructions { 274 font-size: 12px; 275 } 276 277 #quickCopy-siteSettings-rows::-moz-tree-cell(quickCopy-copyAsHTML) { 278 /* 279 DEBUG: possible to center checkmark here instead of with spaces? 280 281 Tried text-align, -moz-box-align, and -moz-box-pack 282 */ 283 } 284 285 #zotero-quickCopy-format 286 { 287 min-height: 1.5em; /* Fix collapse on Windows */ 288 } 289 290 /* 291 * Cite pane 292 */ 293 #wordProcessors > label:not(:first-child) { 294 margin-top: 10px; 295 } 296 297 #styleManager 298 { 299 height: 250px; 300 } 301 302 #styleManager-updated 303 { 304 width: 105px; 305 } 306 307 /* Shortcut Keys pane */ 308 #zotero-prefpane-advanced-keys-tab row 309 { 310 -moz-box-align: center; 311 } 312 313 #zotero-prefpane-advanced-keys-tab textbox 314 { 315 margin-left: -1px; 316 } 317 318 treechildren::-moz-tree-checkbox { 319 /* unchecked checkbox treecells. This style MUST come before treechildren::-moz-tree-checkbox(checked) otherwise it won't take effect. */ 320 list-style-image: none; 321 } 322 323 treechildren::-moz-tree-checkbox(checked){ 324 /* css for checked cells. cbox-check.gif isn't available in Firefox 1, 2, and 3 on Mac OS X, so you should specify a URL to an image 325 in your extension or elsewhere. */ 326 list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif"); 327 } 328 329 /* Advanced pane */ 330 #command-line-data-dir description { 331 font-size: 12px; 332 cursor: text; 333 -moz-user-select: text; 334 } 335 336 #command-line-data-dir label { 337 font-size: 11px; 338 font-style: italic; 339 padding-top: .4em; 340 padding-bottom: .4em; 341 } 342 343 344 /* BEGIN 2X BLOCK -- DO NOT EDIT MANUALLY -- USE 2XIZE */ 345 @media (min-resolution: 1.25dppx) { 346 #zotero-prefpane-sync #sync-status-indicator[verified=true] { background-image: url("chrome://zotero/skin/tick@2x.png") } 347 #zotero-prefpane-sync #sync-status-indicator[animated] { background-image: url("chrome://zotero/skin/arrow_rotate_animated@2x.png") } 348 }