Padding change and minor layout change

This commit is contained in:
2024-04-11 06:27:46 -04:00
parent 920dd176fe
commit ab268532da
2 changed files with 15 additions and 7 deletions

View File

@@ -828,7 +828,15 @@ async function handle_download_export__event_exhibit_tracking(
}
params['return_file'] = true;
ae_promises.download__event_exhibit_tracking_export_file = await api.get_object({api_cfg: api_cfg, endpoint: endpoint, params: params, return_blob: true, filename: filename, auto_download: auto_download, log_lvl: log_lvl});
ae_promises.download__event_exhibit_tracking_export_file = await api.get_object({
api_cfg: api_cfg,
endpoint: endpoint,
params: params,
return_blob: true,
filename: filename,
auto_download: auto_download,
log_lvl: log_lvl
});
console.log('ae_promises.download__event_exhibit_tracking_export_file:', ae_promises.download__event_exhibit_tracking_export_file);
return ae_promises.download__event_exhibit_tracking_export_file;

View File

@@ -213,7 +213,7 @@ let refresh_leads_list = setInterval(function () {
}}
class="btn btn-sm variant-soft-tertiary"
>
{@html (event_exhibit_tracking_obj?.priority ? '<span class="fas fa-star m-1"></span>' : '<span class="far fa-star m-1"></span>')}
{@html (event_exhibit_tracking_obj?.priority ? '<span class="fas fa-star m-1"></span>' : '<span class="far fa-star"></span>')}
</button>
</Element_ae_crud>
</td>
@@ -388,12 +388,12 @@ let refresh_leads_list = setInterval(function () {
<style lang="postcss">
/* .test_dim {
opacity: 0.5;
table.table>thead>tr>th {
padding: .1em;
}
table.table>tbody>tr>td {
padding: .1em;
}
.test_dim:hover {
opacity: 1;
} */
/* Use the div.ae_quick_modal_container to block background clicks when using the section.ae_quick_popover. */
div.ae_quick_modal_container {