www

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

itemPane.css (1462B)


      1 .zotero-item-pane-message-box description {
      2 	padding: 0 2em;
      3 }
      4 
      5 #zotero-view-tabbox, #zotero-item-pane-content > groupbox, #zotero-item-pane-content > groupbox > .groupbox-body
      6 {
      7 	margin: 0 !important;
      8 	padding: 0 !important;
      9 }
     10 
     11 #zotero-view-tabbox tabs tab
     12 {
     13 	margin-top: 0 !important;
     14 	margin-bottom: 0 !important;
     15 }
     16 
     17 #zotero-view-tabbox tabs tab .tab-text
     18 {
     19 	margin-top: .2em !important;
     20 	margin-bottom: .25em !important;
     21 }
     22 
     23 #zotero-view-item
     24 {
     25 	padding: 0;
     26 }
     27 
     28 #zotero-view-item.no-tabs
     29 {
     30 	margin-top: 0;
     31 }
     32 
     33 #zotero-view-item > tabpanel > *
     34 {
     35 	overflow: auto;
     36 }
     37 
     38 #zotero-view-item:not([selectedIndex="0"]) > tabpanel > * {
     39 	padding-top: .25em;
     40 }
     41 
     42 #zotero-view-item > vbox
     43 {
     44 	overflow: auto;
     45 	margin-left: 5px;
     46 }
     47 
     48 /* Buttons in trash and feed views */
     49 .zotero-item-pane-top-buttons {
     50 	-moz-appearance: toolbar;
     51 	-moz-box-pack: center;
     52 	min-height: 3em;
     53 }
     54 
     55 .zotero-item-pane-top-buttons > button {
     56 	-moz-box-flex: 1
     57 }
     58 
     59 /* Merge pane in duplicates view */
     60 #zotero-duplicates-merge-button
     61 {
     62 	font-size: 13px;
     63 }
     64 
     65 #zotero-duplicates-merge-pane > groupbox
     66 {
     67 	margin: 0;
     68 }
     69 
     70 #zotero-duplicates-merge-item-box row
     71 {
     72 	min-height: 20px;
     73 }
     74 
     75 #zotero-feed-item-toggleRead-button {
     76 	overflow: hidden;
     77 	text-overflow: ellipsis;
     78 	max-width: 150px;
     79 }
     80 
     81 #zotero-feed-item-addTo-button {
     82 	max-width: 250px;
     83 }
     84 
     85 #zotero-feed-item-addTo-button button {
     86 	overflow: hidden;
     87 	text-overflow: ellipsis;
     88 }
     89 
     90 #zotero-feed-item-addTo-button .button-icon {
     91 	margin-right: 5px;
     92 	height: 16px;
     93 }