www

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

merge.css (1552B)


      1 /* merge.xul */
      2 wizard {
      3 	padding-left: 10px;
      4 	padding-right: 10px;
      5 }
      6 
      7 wizardpage {
      8 	min-width: 762px;
      9 	min-height: 300px;
     10 }
     11 
     12 wizard .wizard-header label.wizard-header-label {
     13 	margin-left: 0;
     14 }
     15 
     16 /* different order on windows */
     17 wizard > hbox button[dlgtype=cancel] {
     18 	margin-left: 0;
     19 }
     20 
     21 wizard > hbox button[dlgtype=next][disabled=false],
     22 wizard > hbox button[dlgtype=next]:not([disabled]) {
     23 	margin-right: 0;
     24 }
     25 
     26 wizard > hbox button:last-child {
     27 	margin-right: 0;
     28 }
     29 
     30 wizardpage > description {
     31 	margin-left: 10px;
     32 }
     33 
     34 #zotero-merge-button-name {
     35 	margin: 0;
     36 }
     37 
     38 wizard > deck {
     39 	margin: 0;
     40 	padding: 0;
     41 }
     42 
     43 
     44 #resolve-all {
     45 	font-size: 1.1em;
     46 }
     47 
     48 #zotero-step-count label:first-child {
     49 	margin-left: 0;
     50 	font-weight: bold;
     51 }
     52 
     53 #zotero-step-count label {
     54 	font-size: 1.1em;
     55 }
     56 
     57 #zotero-step-count label:last-child {
     58 	margin-right: 1em;
     59 	font-weight: bold;
     60 }
     61 
     62 
     63 
     64 /* merge.xml */
     65 zoteromergegroup {
     66 	margin: 0;
     67 	padding: 0;
     68 	overflow-y: auto;
     69 }
     70 
     71 zoteromergepane *[anonid="delete-box"] {
     72 	min-width: 15em;
     73 	-moz-box-align: center;
     74 	-moz-box-pack: center;
     75 }
     76 
     77 zoteromergepane .groupbox-body {
     78 	padding: 0;
     79 }
     80 
     81 zoteromergepane[selected=true] groupbox caption {
     82 	color: red;
     83 	font-weight: bold;
     84 }
     85 
     86 hbox:not([mergetype=note]) zoteromergepane:active[id=leftpane] groupbox caption,
     87 hbox:not([mergetype=note]) zoteromergepane:active[id=rightpane] groupbox caption {
     88 	color: red;
     89 	font-weight: bold;
     90 }
     91 
     92 zoteromergepane {
     93 	min-width: 28em;
     94 }
     95 
     96 zoteromergepane div[anonid=parent-row] {
     97 	margin: 7px 5px;
     98 }
     99 
    100 zoteromergepane div[anonid=parent-row] span {
    101 	font-weight: bold;
    102 }