| 1 |
.packetery-carrier-options-page .packetery-carrier-name, .packetery-rule { |
| 2 |
width: 700px; |
| 3 |
} |
| 4 |
|
| 5 |
.packetery-rule { |
| 6 |
display: table; |
| 7 |
float: left; |
| 8 |
margin-right: 1em; |
| 9 |
} |
| 10 |
|
| 11 |
.packetery-rule > * { |
| 12 |
display: table-cell; |
| 13 |
box-sizing: border-box; |
| 14 |
overflow: hidden; |
| 15 |
} |
| 16 |
|
| 17 |
.packetery-rule > :nth-child(3) { |
| 18 |
padding-left: 1em; |
| 19 |
} |
| 20 |
|
| 21 |
.packetery-rule input { |
| 22 |
width: 100%; |
| 23 |
margin: 0; |
| 24 |
} |
| 25 |
|
| 26 |
.packetery-input-validation-message { |
| 27 |
color: red; |
| 28 |
font-weight: bold; |
| 29 |
} |
| 30 |
|
| 31 |
.packetery-carrier-options-page input, .packetery-carrier-options-page select { |
| 32 |
margin: 0; |
| 33 |
} |
| 34 |
|
| 35 |
.packetery-carrier-options-page .js-delete.button { |
| 36 |
position: relative; |
| 37 |
top: 2px; |
| 38 |
} |
| 39 |
|
| 40 |
.packetery-carrier-options-page .packetery-label { |
| 41 |
font-weight: bold; |
| 42 |
text-align: left; |
| 43 |
} |
| 44 |
|
| 45 |
.packetery-carrier-options-page .form-table td { |
| 46 |
padding-left: 0; |
| 47 |
padding-top: 15px; |
| 48 |
padding-bottom: 15px; |
| 49 |
vertical-align: middle; |
| 50 |
} |
| 51 |
|
| 52 |
.packetery-carrier-options-page .form-table [data-replication-item-container] td { |
| 53 |
padding-left: 0; |
| 54 |
padding-top: 0; |
| 55 |
padding-bottom: 15px; |
| 56 |
vertical-align: middle; |
| 57 |
} |
| 58 |
|
| 59 |
.packetery-carrier-options-page .form-table th { |
| 60 |
padding-top: 20px; |
| 61 |
padding-bottom: 15px; |
| 62 |
vertical-align: top; |
| 63 |
} |
| 64 |
|
| 65 |
.packetery-carrier-options-page .form-table th.replication-section-label-container { |
| 66 |
padding-top: 22px; |
| 67 |
vertical-align: top; |
| 68 |
} |
| 69 |
|
| 70 |
.packetery-carrier-options-page .form-table * { |
| 71 |
border-spacing: 0; |
| 72 |
} |
| 73 |
|
| 74 |
.packetery-order-metabox-label-cell { |
| 75 |
text-align: left; |
| 76 |
} |
| 77 |
|
| 78 |
.packetery-order-metabox-input { |
| 79 |
width: 100%; |
| 80 |
margin-left: 0; |
| 81 |
margin-right: 0; |
| 82 |
} |
| 83 |
|
| 84 |
.packetery-table { |
| 85 |
display: table; |
| 86 |
table-layout: fixed; |
| 87 |
width: 100%; |
| 88 |
} |
| 89 |
|
| 90 |
.packetery-table-row { |
| 91 |
display: table-row; |
| 92 |
} |
| 93 |
|
| 94 |
.packetery-table-cell { |
| 95 |
display: table-cell; |
| 96 |
box-sizing: border-box; |
| 97 |
text-align: left; |
| 98 |
overflow: hidden; |
| 99 |
} |
| 100 |
|
| 101 |
.log-error { |
| 102 |
font-weight: bold; |
| 103 |
} |
| 104 |
|
| 105 |
#packetery-options-page { |
| 106 |
padding-right: 1em; |
| 107 |
} |
| 108 |
|
| 109 |
#packetery-options-page input[type=text], #packetery-options-page input[type=number], #packetery-options-page select { |
| 110 |
width: 500px; |
| 111 |
max-width: none; |
| 112 |
} |
| 113 |
|
| 114 |
#packetery-options-page .fieldset { |
| 115 |
border: 1px solid #ddd; |
| 116 |
padding: 10px; |
| 117 |
margin-top: 30px; |
| 118 |
} |
| 119 |
|
| 120 |
#packetery-options-page .fieldset legend { |
| 121 |
font-weight: 600; |
| 122 |
color: #1d2327; |
| 123 |
font-size: 1.3em; |
| 124 |
padding: 0 0.5em; |
| 125 |
} |
| 126 |
|
| 127 |
#packetery-options-page .notice { |
| 128 |
margin: 0; |
| 129 |
margin-top: 10px; |
| 130 |
margin-bottom: 10px; |
| 131 |
} |
| 132 |
|
| 133 |
.packetery-help-block { |
| 134 |
font-style: italic; |
| 135 |
color: #959595; |
| 136 |
display: block; |
| 137 |
} |
| 138 |
|
| 139 |
.packetery-offset-wrapper { |
| 140 |
max-width: 700px; |
| 141 |
margin: 40px auto; |
| 142 |
} |
| 143 |
|
| 144 |
.packetery-offset-wrapper, .packetery-offset { |
| 145 |
background: #fff; |
| 146 |
overflow: hidden; |
| 147 |
box-shadow: 0 1px 3px rgba(0, 0, 0, .13); |
| 148 |
} |
| 149 |
|
| 150 |
.packetery-offset th { |
| 151 |
vertical-align: middle; |
| 152 |
} |
| 153 |
|
| 154 |
.packetery-offset th label, .packetery-offset-wrapper h1 { |
| 155 |
color: #555; |
| 156 |
} |
| 157 |
|
| 158 |
.packetery-offset-wrapper h1 { |
| 159 |
font-weight: 400; |
| 160 |
} |
| 161 |
|
| 162 |
.packetery-offset th label { |
| 163 |
font-weight: 400; |
| 164 |
display: block; |
| 165 |
cursor: pointer; |
| 166 |
} |
| 167 |
|
| 168 |
.packetery-offset-wrapper section { |
| 169 |
padding: 16px 24px; |
| 170 |
} |
| 171 |
|
| 172 |
.packetery-offset select { |
| 173 |
width: 100%; |
| 174 |
color: #646970; |
| 175 |
height: 54px; |
| 176 |
} |
| 177 |
|
| 178 |
.packetery-actions { |
| 179 |
overflow: hidden; |
| 180 |
border-top: 1px solid #eee; |
| 181 |
padding: 23px 24px 24px; |
| 182 |
} |
| 183 |
|
| 184 |
.wp-core-ui .packetery-button { |
| 185 |
font-size: 1.25em; |
| 186 |
line-height: 1.5em !important; |
| 187 |
background-color: #bb77ae; |
| 188 |
border-color: #a36597; |
| 189 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 0 #a36597; |
| 190 |
text-shadow: 0 -1px 1px #a36597, 1px 0 1px #a36597, 0 1px 1px #a36597, -1px 0 1px #a36597; |
| 191 |
float: right; |
| 192 |
padding: .5em 1em !important; |
| 193 |
} |
| 194 |
|
| 195 |
#packetery-log-page { |
| 196 |
padding-right: 1em; |
| 197 |
} |
| 198 |
|
| 199 |
tbody .packetery-log-column-note { |
| 200 |
word-break: break-word; |
| 201 |
} |
| 202 |
|
| 203 |
.packetery-log-table { |
| 204 |
border: 1px solid #c3c4c7; |
| 205 |
border-collapse: collapse; |
| 206 |
} |
| 207 |
|
| 208 |
.packetery-log-table tr:nth-child(odd) { |
| 209 |
background-color: white; |
| 210 |
} |
| 211 |
|
| 212 |
.packetery-log-table tr:nth-child(even), .packetery-log-table th { |
| 213 |
background-color: #f6f7f7; |
| 214 |
} |
| 215 |
|
| 216 |
.packetery-log-table td, .packetery-log-table th { |
| 217 |
padding: 0.5em 1em; |
| 218 |
} |
| 219 |
|
| 220 |
.packetery-log-table tr:hover td { |
| 221 |
background-color: #dedddd; |
| 222 |
} |
| 223 |
|
| 224 |
#packetery-widget-button-wrapper { |
| 225 |
margin-top: 6px; |
| 226 |
} |
| 227 |
|
| 228 |
#packetery-widget-button-wrapper .packetery-widget-button-row { |
| 229 |
display: flex; |
| 230 |
} |
| 231 |
|
| 232 |
#packetery-widget-button-wrapper .packetery-widget-button-row img { |
| 233 |
width: 45px; |
| 234 |
margin-right: 6px; |
| 235 |
border-radius: 3px; |
| 236 |
} |
| 237 |
|
| 238 |
.packetery-hidden { |
| 239 |
display: none; |
| 240 |
} |
| 241 |
|
| 242 |
.js-weight-rules .packetery-input-validation-message { |
| 243 |
max-width: 260px; |
| 244 |
} |
| 245 |
|
| 246 |
.js-weight-rules .packetery-input-with-unit { |
| 247 |
width: 260px; |
| 248 |
} |
| 249 |
|
| 250 |
.js-weight-rules .packetery-input-with-unit input { |
| 251 |
width: 240px; |
| 252 |
} |
| 253 |
|
| 254 |
.packetery .button.dashicons { |
| 255 |
width: 35px; |
| 256 |
} |
| 257 |
|
| 258 |
.packetery-label { |
| 259 |
padding-right: 5px; |
| 260 |
} |
| 261 |
|
| 262 |
.packetery-rule :nth-child(3) { |
| 263 |
text-align: right; |
| 264 |
} |
| 265 |
|
| 266 |
.js-surcharge-rules .packetery-label { |
| 267 |
width: 180px; |
| 268 |
} |
| 269 |
|
| 270 |
.js-surcharge-rules :nth-child(3) { |
| 271 |
width: 80px; |
| 272 |
} |
| 273 |
|
| 274 |
.js-surcharge-rules .packetery-input-with-unit { |
| 275 |
width: 220px; |
| 276 |
} |
| 277 |
|
| 278 |
.js-surcharge-rules .packetery-input-validation-message { |
| 279 |
max-width: 220px; |
| 280 |
} |
| 281 |
|
| 282 |
.js-surcharge-rules .packetery-input-with-unit input { |
| 283 |
width: 200px; |
| 284 |
} |
| 285 |
|
| 286 |
.button.dashicons.packetery-dashicons-button-fix { |
| 287 |
font-size: 13px; |
| 288 |
height: auto; |
| 289 |
width: auto; |
| 290 |
} |
| 291 |
|
| 292 |
.button.dashicons.packetery-dashicons-button-fix .packetery-dashicons-button-fix-text { |
| 293 |
font-family: 'Muli', sans-serif; |
| 294 |
} |
| 295 |
|
| 296 |
#packetery-tab .packetery-shipping-rate label { |
| 297 |
width: auto; |
| 298 |
float: none; |
| 299 |
margin: auto; |
| 300 |
} |
| 301 |
|
| 302 |
#packetery-tab .packetery-shipping-rate td { |
| 303 |
vertical-align: top; |
| 304 |
padding: 9px; |
| 305 |
padding-top: 0; |
| 306 |
} |
| 307 |
|
| 308 |
.packetery-survey { |
| 309 |
display: flex; |
| 310 |
} |
| 311 |
|
| 312 |
.packetery-survey div > p { |
| 313 |
margin-top: 0; |
| 314 |
} |
| 315 |
|
| 316 |
.packetery-survey img { |
| 317 |
width: 167px; |
| 318 |
} |
| 319 |
|