PluginProbe
Packeta / 1.2.3
Packeta v1.2.3
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
packeta / public / admin.css

admin.css in Packeta 1.2.3, at public/admin.css

279 lines 5.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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-help-block {
128 font-style: italic;
129 color: #959595;
130 display: block;
131 }
132
133 .packetery-offset-wrapper {
134 max-width: 700px;
135 margin: 40px auto;
136 }
137
138 .packetery-offset-wrapper, .packetery-offset {
139 background: #fff;
140 overflow: hidden;
141 box-shadow: 0 1px 3px rgba(0, 0, 0, .13);
142 }
143
144 .packetery-offset th {
145 vertical-align: middle;
146 }
147
148 .packetery-offset th label, .packetery-offset-wrapper h1 {
149 color: #555;
150 }
151
152 .packetery-offset-wrapper h1 {
153 font-weight: 400;
154 }
155
156 .packetery-offset th label {
157 font-weight: 400;
158 display: block;
159 cursor: pointer;
160 }
161
162 .packetery-offset-wrapper section {
163 padding: 16px 24px;
164 }
165
166 .packetery-offset select {
167 width: 100%;
168 color: #646970;
169 height: 54px;
170 }
171
172 .packetery-actions {
173 overflow: hidden;
174 border-top: 1px solid #eee;
175 padding: 23px 24px 24px;
176 }
177
178 .wp-core-ui .packetery-button {
179 font-size: 1.25em;
180 line-height: 1.5em !important;
181 background-color: #bb77ae;
182 border-color: #a36597;
183 box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 0 #a36597;
184 text-shadow: 0 -1px 1px #a36597, 1px 0 1px #a36597, 0 1px 1px #a36597, -1px 0 1px #a36597;
185 float: right;
186 padding: .5em 1em !important;
187 }
188
189 #packetery-log-page {
190 padding-right: 1em;
191 }
192
193 tbody .packetery-log-column-note {
194 word-break: break-word;
195 }
196
197 .packetery-log-table {
198 border: 1px solid #c3c4c7;
199 border-collapse: collapse;
200 }
201
202 .packetery-log-table tr:nth-child(odd) {
203 background-color: white;
204 }
205
206 .packetery-log-table tr:nth-child(even), .packetery-log-table th {
207 background-color: #f6f7f7;
208 }
209
210 .packetery-log-table td, .packetery-log-table th {
211 padding: 0.5em 1em;
212 }
213
214 .packetery-log-table tr:hover td {
215 background-color: #dedddd;
216 }
217
218 #packetery-widget-button-wrapper {
219 margin-top: 6px;
220 }
221
222 #packetery-widget-button-wrapper .packetery-widget-button-row {
223 display: flex;
224 }
225
226 #packetery-widget-button-wrapper .packetery-widget-button-row img {
227 width: 45px;
228 margin-right: 6px;
229 border-radius: 3px;
230 }
231
232 .packetery-hidden {
233 display: none;
234 }
235
236 .js-weight-rules .packetery-input-validation-message {
237 max-width: 260px;
238 }
239
240 .js-weight-rules .packetery-input-with-unit {
241 width: 260px;
242 }
243
244 .js-weight-rules .packetery-input-with-unit input {
245 width: 240px;
246 }
247
248 .packetery .button.dashicons {
249 width: 35px;
250 }
251
252 .packetery-label {
253 padding-right: 5px;
254 }
255
256 .packetery-rule :nth-child(3) {
257 text-align: right;
258 }
259
260 .js-surcharge-rules .packetery-label {
261 width: 180px;
262 }
263
264 .js-surcharge-rules :nth-child(3) {
265 width: 80px;
266 }
267
268 .js-surcharge-rules .packetery-input-with-unit {
269 width: 220px;
270 }
271
272 .js-surcharge-rules .packetery-input-validation-message {
273 max-width: 220px;
274 }
275
276 .js-surcharge-rules .packetery-input-with-unit input {
277 width: 200px;
278 }
279