| @@ -103,14 +103,15 @@ | ||
| 103 | 103 | .packetery-table-row { |
| 104 | 104 | display: table-row; |
| 105 | 105 | } |
| 106 | 106 | |
| 107 | -.packetery-order-detail-meta-box { | |
| 107 | +.packetery-table-cell { | |
| 108 | + display: table-cell; | |
| 108 | 109 | box-sizing: border-box; |
| 109 | 110 | text-align: left; |
| 110 | 111 | overflow: hidden; |
| 111 | 112 | } |
| 112 | -.packetery-order-detail-meta-box .date-picker { | |
| 113 | +.packetery-table-cell .date-picker { | |
| 113 | 114 | display: block; |
| 114 | 115 | width: calc(100% - 1px); |
| 115 | 116 | } |
| 116 | 117 | |
| @@ -117,27 +118,27 @@ | ||
| 117 | 118 | .log-error { |
| 118 | 119 | font-weight: bold; |
| 119 | 120 | } |
| 120 | 121 | |
| 121 | -#packetery-options-page, .packetery_settings { | |
| 122 | +#packetery-options-page { | |
| 122 | 123 | padding-right: 1em; |
| 123 | 124 | } |
| 124 | -#packetery-options-page input[type=text], #packetery-options-page input[type=number], #packetery-options-page input[type=email], #packetery-options-page select, .packetery_settings input[type=text], .packetery_settings input[type=number], .packetery_settings input[type=email], .packetery_settings select { | |
| 125 | +#packetery-options-page input[type=text], #packetery-options-page input[type=number], #packetery-options-page select { | |
| 125 | 126 | width: 500px; |
| 126 | 127 | max-width: none; |
| 127 | 128 | } |
| 128 | -#packetery-options-page .fieldset, .packetery_settings .fieldset { | |
| 129 | +#packetery-options-page .fieldset { | |
| 129 | 130 | border: 1px solid #ddd; |
| 130 | 131 | padding: 10px; |
| 131 | 132 | margin-top: 30px; |
| 132 | 133 | } |
| 133 | -#packetery-options-page .fieldset legend, .packetery_settings .fieldset legend { | |
| 134 | +#packetery-options-page .fieldset legend { | |
| 134 | 135 | font-weight: 600; |
| 135 | 136 | color: #1d2327; |
| 136 | 137 | font-size: 1.3em; |
| 137 | 138 | padding: 0 0.5em; |
| 138 | 139 | } |
| 139 | -#packetery-options-page .notice, .packetery_settings .notice { | |
| 140 | +#packetery-options-page .notice { | |
| 140 | 141 | margin: 10px 0; |
| 141 | 142 | } |
| 142 | 143 | |
| 143 | 144 | .packetery-help-block { |
| @@ -439,9 +440,8 @@ | ||
| 439 | 440 | } |
| 440 | 441 | .packeta_page .select2 .select2-selection, |
| 441 | 442 | .packeta_page input[type=text], |
| 442 | 443 | .packeta_page input[type=number], |
| 443 | -.packeta_page input[type=email], | |
| 444 | 444 | .packeta_page select, |
| 445 | 445 | .packeta_page textarea { |
| 446 | 446 | border-radius: 0; |
| 447 | 447 | font-weight: 500; |
| @@ -452,9 +452,8 @@ | ||
| 452 | 452 | background-color: white; |
| 453 | 453 | } |
| 454 | 454 | .packeta_page input[type=text]:focus, |
| 455 | 455 | .packeta_page input[type=number]:focus, |
| 456 | -.packeta_page input[type=email], | |
| 457 | 456 | .packeta_page select:focus, |
| 458 | 457 | .packeta_page textarea:focus { |
| 459 | 458 | box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); |
| 460 | 459 | position: relative; |
| @@ -767,12 +766,8 @@ | ||
| 767 | 766 | } |
| 768 | 767 | |
| 769 | 768 | .packetery-carrier-status-inactive { |
| 770 | 769 | color: #ba1b02; |
| 771 | -} | |
| 772 | - | |
| 773 | -.packetery-section-divider { | |
| 774 | - margin: 30px 0; | |
| 775 | 770 | } |
| 776 | 771 | |
| 777 | 772 | .packetery-flex-container { |
| 778 | 773 | display: flex; |