67cb546ae004d876b50e6959aef4d6dcf1e3bff0 max Fri May 16 10:01:03 2025 -0700 fixing width of buttons diff --git src/cbPyLib/cellbrowser/cbWeb/js/cellBrowser.js src/cbPyLib/cellbrowser/cbWeb/js/cellBrowser.js index fbea65c..9761f16 100644 --- src/cbPyLib/cellbrowser/cbWeb/js/cellBrowser.js +++ src/cbPyLib/cellbrowser/cbWeb/js/cellBrowser.js @@ -8067,66 +8067,72 @@ function legendSetCheckboxes(status) { /* set the legend checkboxes, status can be "none", "invert" or "all". Update the selection and redraw. */ let els = document.getElementsByClassName("tpLegendCheckbox"); let rows = gLegend.rows; for (let i=0; i'+legTitle+""); if (subTitle) htmls.push('
'+subTitle+"
"); htmls.push('
Click buttons to select '+gSampleDesc+'s
'); - htmls.push(""); - htmls.push(""); - htmls.push(""); - htmls.push(""); + htmls.push(""); + htmls.push(""); + htmls.push(""); + htmls.push(""); let buttonText = "Recolor only checked"; if (gLegend.isColorOnlyChecked===true) { buttonText = "Reset colors"; } htmls.push(""); htmls.push(""); // title htmls.push('
'); htmls.push('
'); // get the sum of all, to calculate frequency var sum = 0; for (var i = 0; i < rows.length; i++) {