|
253 | 253 | font-weight: 500;
|
254 | 254 | }
|
255 | 255 |
|
| 256 | +.custom-select, |
| 257 | +.buttons-csv, |
| 258 | +.customizeColumns, |
| 259 | +.addPattern { |
| 260 | + border-style: solid !important; |
| 261 | + border-color: #A7BACD !important; |
| 262 | + border-width: 1px !important; |
| 263 | + color: #A7BACD !important; |
| 264 | + border-radius: 5px !important; |
| 265 | + padding: 11px 15px; |
| 266 | +} |
| 267 | + |
256 | 268 | .addPattern {
|
257 | 269 | background-color: #0066CA !important;
|
258 | 270 | border-color: #0066CA !important;
|
@@ -435,62 +447,30 @@ div.dt-container div.dt-paging ul.pagination {
|
435 | 447 | min-width: 100%;
|
436 | 448 | }
|
437 | 449 |
|
438 |
| -.dt-container { |
| 450 | +#delta_urls_table_wrapper .col-md { |
| 451 | + display: flex; |
| 452 | + justify-content: space-between; |
| 453 | + align-items: center; |
| 454 | + grid-auto-flow: row; |
439 | 455 | position: relative;
|
440 |
| -} |
441 | 456 |
|
442 |
| -.dt-container div.dt-buttons { |
443 |
| - display: flex !important; |
444 |
| - gap: 10px !important; |
445 |
| - align-items: center !important; |
446 |
| - justify-content: flex-end; |
447 |
| - position: absolute; |
448 |
| - right: 0; |
449 |
| - top: 0; |
| 457 | + .dt-info { |
| 458 | + position:absolute; |
| 459 | + left: 130px; |
| 460 | + top: 5px; |
| 461 | + } |
450 | 462 | }
|
451 | 463 |
|
452 |
| -.custom-select, |
453 |
| -.buttons-csv, |
454 |
| -.customizeColumns, |
455 |
| -.addPattern { |
456 |
| - border-style: solid !important; |
457 |
| - border-color: #A7BACD !important; |
458 |
| - border-width: 1px !important; |
459 |
| - color: #A7BACD !important; |
460 |
| - border-radius: 5px !important; |
461 |
| - padding: 11px 15px !important; |
462 |
| - margin: 0 !important; |
463 |
| - height: 43px !important; |
464 |
| - display: flex !important; |
465 |
| - align-items: center !important; |
466 |
| -} |
467 |
| - |
468 |
| -#exclude_patterns_table_wrapper, |
469 |
| -#include_patterns_table_wrapper, |
470 |
| -#document_type_patterns_table_wrapper, |
471 |
| -#title_patterns_table_wrapper { |
472 |
| - margin-top: 15px !important; |
473 |
| -} |
474 |
| - |
475 |
| -#exclude_patterns_table_wrapper table, |
476 |
| -#include_patterns_table_wrapper table, |
477 |
| -#document_type_patterns_table_wrapper table, |
478 |
| -#title_patterns_table_wrapper table { |
479 |
| - margin-top: 15px !important; |
480 |
| -} |
481 |
| - |
482 |
| -#exclude_patterns_table_wrapper .addPattern, |
483 |
| -#include_patterns_table_wrapper .addPattern, |
484 |
| -#document_type_patterns_table_wrapper .addPattern, |
485 |
| -#title_patterns_table_wrapper .addPattern, |
486 |
| -#exclude_patterns_table_wrapper .customizeColumns, |
487 |
| -#include_patterns_table_wrapper .customizeColumns, |
488 |
| -#document_type_patterns_table_wrapper .customizeColumns, |
489 |
| -#title_patterns_table_wrapper .customizeColumns { |
490 |
| - margin-top: -10px !important; |
491 |
| -} |
| 464 | +#curated_urls_table_wrapper .col-md { |
| 465 | + display: flex; |
| 466 | + justify-content: space-between; |
| 467 | + align-items: center; |
| 468 | + grid-auto-flow: row; |
| 469 | + position: relative; |
492 | 470 |
|
493 |
| -#delta_urls_table_wrapper .dt-buttons, |
494 |
| -#curated_urls_table_wrapper .dt-buttons { |
495 |
| - gap: 3px !important; |
| 471 | + .dt-info { |
| 472 | + position:absolute; |
| 473 | + left: 130px; |
| 474 | + top: 5px; |
| 475 | + } |
496 | 476 | }
|
0 commit comments