Skip to content

Commit 7a83380

Browse files
author
Your Name
committed
Fixes issue_#1196
1 parent 32de8a6 commit 7a83380

File tree

1 file changed

+59
-3
lines changed

1 file changed

+59
-3
lines changed

sde_indexing_helper/static/css/delta_url_list.css

Lines changed: 59 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,6 @@
211211
}
212212

213213
.modalFooter {
214-
position: sticky;
215-
bottom: 0;
216214
position: sticky;
217215
bottom: 0;
218216
padding: 10px 0;
@@ -440,7 +438,6 @@ div.dt-buttons .btn.processing:after {
440438
}
441439

442440

443-
/* pagination position */
444441
div.dt-container div.dt-paging ul.pagination {
445442
position: absolute;
446443
right: 60px;
@@ -451,3 +448,62 @@ div.dt-container div.dt-paging ul.pagination {
451448
max-width: 100%;
452449
min-width: 100%;
453450
}
451+
452+
.dt-container {
453+
position: relative;
454+
}
455+
456+
.dt-container div.dt-buttons {
457+
display: flex !important;
458+
gap: 10px !important;
459+
align-items: center !important;
460+
justify-content: flex-end;
461+
position: absolute;
462+
right: 0;
463+
top: 0;
464+
}
465+
466+
.buttons-csv,
467+
.customizeColumns,
468+
.addPattern {
469+
border-style: solid !important;
470+
border-color: #A7BACD !important;
471+
border-width: 1px !important;
472+
color: #A7BACD !important;
473+
border-radius: 5px !important;
474+
padding: 11px 15px !important;
475+
margin: 0 !important;
476+
height: 43px !important;
477+
display: flex !important;
478+
align-items: center !important;
479+
}
480+
481+
#exclude_patterns_table_wrapper,
482+
#include_patterns_table_wrapper,
483+
#document_type_patterns_table_wrapper,
484+
#title_patterns_table_wrapper {
485+
margin-top: 15px !important;
486+
}
487+
488+
#exclude_patterns_table_wrapper table,
489+
#include_patterns_table_wrapper table,
490+
#document_type_patterns_table_wrapper table,
491+
#title_patterns_table_wrapper table {
492+
margin-top: 15px !important;
493+
}
494+
495+
#exclude_patterns_table_wrapper .addPattern,
496+
#include_patterns_table_wrapper .addPattern,
497+
#document_type_patterns_table_wrapper .addPattern,
498+
#title_patterns_table_wrapper .addPattern,
499+
#exclude_patterns_table_wrapper .customizeColumns,
500+
#include_patterns_table_wrapper .customizeColumns,
501+
#document_type_patterns_table_wrapper .customizeColumns,
502+
#title_patterns_table_wrapper .customizeColumns {
503+
margin-top: -10px !important;
504+
}
505+
506+
#delta_urls_table_wrapper .dt-buttons,
507+
#curated_urls_table_wrapper .dt-buttons {
508+
gap: 3px !important;
509+
}

0 commit comments

Comments
 (0)