PluginProbe
Packeta / 2.1
Packeta v2.1
2.3.2 2.3.1 trunk 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.3.0 1.3.1 1.3.2 1.4 1.4.1 1.4.2 1.4.3 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 All 56 releases
← All changes | public/admin.css +68 -0 1.6.12.1 View file →
@@ -358,8 +358,28 @@
358 358 filter: drop-shadow(7px 5px 35px rgba(0, 0, 0, .05));
359 359 max-height: 65px;
360 360 }
361 361
362 +.packeta_carriers_filter {
363 + margin-top: 16px;
364 + margin-bottom: 32px;
365 + background: #ffffff;
366 + filter: drop-shadow(7px 5px 35px rgba(0, 0, 0, .05));
367 + max-height: 65px;
368 + width: 768px;
369 + padding: 16px;
370 +}
371 +
372 +.packeta-countries-header {
373 + margin-top: 32px;
374 +}
375 +
376 +.packeta_filter_items {
377 + display: flex;
378 + justify-content: space-between;
379 + align-items: center;
380 +}
381 +
362 382 .packeta_header h1 {
363 383 color: #ba1b02;
364 384 font-family: Ubuntu, Helvetica, Arial, sans-serif;
365 385 font-weight: 500;
@@ -376,8 +396,12 @@
376 396 clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 0);
377 397 margin-right: 32px;
378 398 }
379 399
400 +.packetery_settings th {
401 + min-width: 300px;
402 +}
403 +
380 404 .packeta_logo.packeta_logo-cs {
381 405 width: 130px;
382 406 height: 36px;
383 407 padding: 30px 24px 16px 24px;
@@ -568,8 +592,34 @@
568 592 background: url("../public/images/corner-grey-on-grey.svg") top no-repeat;
569 593 transform: rotate(190deg);
570 594 }
571 595
596 +.packetery-wc-native-carrier-settings h1 {
597 + margin: 50px 0;
598 +}
599 +
600 +.packetery-wc-native-carrier-settings .packeta_country_list {
601 + width: 100%;
602 +}
603 +
604 +@media (min-width: 768px) {
605 + .packetery-wc-native-carrier-settings .packeta_country_list {
606 + width: 800px; /* Set fixed width for all elements */
607 + }
608 +}
609 +
610 +.packetery-wc-native-carrier-settings .packeta_country_list tr:last-child td {
611 + border-bottom: none;
612 +}
613 +
614 +.packetery-wc-native-carrier-settings .packeta_country_list th:last-child {
615 + width: 100px;
616 +}
617 +
618 +.packetery-wc-native-carrier-settings .packeta_country_list_item td:last-child {
619 + text-align: center;
620 +}
621 +
572 622 .packeta_page .form-table tr th label {
573 623 font-family: Ubuntu, Helvetica, Arial, sans-serif;
574 624 font-weight: 500;
575 625 width: auto;
@@ -779,8 +829,26 @@
779 829 @container (min-width: 500px) {
780 830 .packetery-claim-password-container {
781 831 display: none;
782 832 }
833 +}
834 +
835 +.packetery-order-status-block {
836 + margin-bottom: 0.5em;
837 +}
838 +
839 +.packetery-order-status-block label {
840 + display: inline-block;
841 + width: 14em;
842 +}
843 +
844 +.packetery-dimensions-block input {
845 + margin-bottom: 15px;
846 +}
847 +
848 +.packetery-dimensions-block label {
849 + display: inline-block;
850 + width: 7em;
783 851 }
784 852
785 853 /* customs declaration */
786 854