noteeditor.css (997B)
1 /* Don't collapse blank note parent labels, since it prevents access to parent */ 2 #citeLabel[onclick]:hover 3 { 4 cursor: pointer !important; 5 min-height: 1.25em; 6 } 7 8 #tagsPopup { 9 min-width: 300px; 10 } 11 12 row label 13 { 14 margin: 0 !important; 15 padding: 0 !important; 16 } 17 18 row > label, row > hbox 19 { 20 margin-top: 1px !important; 21 margin-bottom: 1px !important; 22 -moz-box-pack: start; 23 -moz-margin-start: 1px !important; 24 -moz-margin-end: 5px !important; 25 padding: 0 2px 0 2px !important; 26 border-radius: 6px; 27 border: 1px solid transparent; 28 } 29 30 row > hbox 31 { 32 -moz-box-align: center; 33 } 34 35 row > label:first-child 36 { 37 text-align: right; 38 font-weight: bold; 39 -moz-margin-start: 5px !important; 40 -moz-margin-end: 0 !important; 41 width: 62px; 42 text-align: right; 43 font-weight:bold; 44 } 45 46 vbox > hbox:first-child > linksbox { 47 margin-bottom: 4px; 48 } 49 50 vbox > hbox:not(:first-child) > linksbox { 51 margin-top: 4px; 52 } 53 54 textbox[type="styled"] { 55 border-width: 0 1px 0 1px; 56 border-style: solid; 57 border-color: rgb(204, 204, 204); 58 }