File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 </ th >
6464 {% endif %}
6565 {% if col_name == "FOM" %}
66- < th style ="text-align: center; ">
67- < span class ="tooltip "> Compare
68- < span class ="tooltiptext "> Select results to compare using checkboxes, then click Compare</ span >
69- </ span >
66+ < th style ="text-align: center; vertical-align: middle; ">
67+ < button id ="compareBtn " disabled onclick ="navigateToCompare() " style ="font-size: 0.7em; padding: 1px 4px; "> Compare</ button >
68+ < span id ="compareHint " style ="color: #888; font-size: 0.65em; "> </ span >
7069 </ th >
7170 {% endif %}
7271 {% endfor %}
113112 {% endif %}
114113 {% if col_name == "FOM" %}
115114 < th style ="text-align: center; padding: 4px; ">
116- < div style ="display: flex; gap: 2px; justify-content: center; align-items: center; flex-wrap: wrap; ">
117- < button id ="selectAllVisibleBtn " onclick ="selectAllVisible() " style ="font-size: 0.7em; padding: 1px 4px; "> All</ button >
118- < button id ="deselectAllBtn " onclick ="deselectAll() " style ="font-size: 0.7em; padding: 1px 4px; "> Clear</ button >
119- < button id ="compareBtn " disabled onclick ="navigateToCompare() " style ="font-size: 0.7em; padding: 1px 4px; "> Compare</ button >
120- </ div >
121- < span id ="compareHint " style ="color: #888; font-size: 0.65em; "> </ span >
115+ < button id ="selectAllVisibleBtn " onclick ="selectAllVisible() " style ="font-size: 0.7em; padding: 1px 4px; "> All</ button >
116+ < button id ="deselectAllBtn " onclick ="deselectAll() " style ="font-size: 0.7em; padding: 1px 4px; "> Clear</ button >
122117 </ th >
123118 {% endif %}
124119 {% endfor %}
You can’t perform that action at this time.
0 commit comments