211
211
}
212
212
213
213
.modalFooter {
214
- position : sticky;
215
- bottom : 0 ;
216
214
position : sticky;
217
215
bottom : 0 ;
218
216
padding : 10px 0 ;
@@ -440,7 +438,6 @@ div.dt-buttons .btn.processing:after {
440
438
}
441
439
442
440
443
- /* pagination position */
444
441
div .dt-container div .dt-paging ul .pagination {
445
442
position : absolute;
446
443
right : 60px ;
@@ -451,3 +448,62 @@ div.dt-container div.dt-paging ul.pagination {
451
448
max-width : 100% ;
452
449
min-width : 100% ;
453
450
}
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