author | ymh <ymh.work@gmail.com> |
Tue, 15 Dec 2020 13:49:49 +0100 | |
changeset 16 | a86126ab1dd4 |
parent 9 | 177826044cd9 |
child 18 | be944660c56a |
permissions | -rw-r--r-- |
16 | 1 |
/*! This file is auto-generated */ |
5 | 2 |
/* Include margin and padding in the width calculation of input and textarea. */ |
3 |
input, |
|
16 | 4 |
select, |
5 |
textarea, |
|
6 |
button { |
|
7 |
box-sizing: border-box; |
|
8 |
font-family: inherit; |
|
9 |
font-size: inherit; |
|
10 |
font-weight: inherit; |
|
11 |
} |
|
12 |
||
13 |
textarea, |
|
14 |
input { |
|
15 |
font-size: 14px; |
|
16 |
} |
|
17 |
||
5 | 18 |
textarea { |
16 | 19 |
overflow: auto; |
20 |
padding: 2px 6px; |
|
21 |
/* inherits font size 14px */ |
|
22 |
line-height: 1.42857143; /* 20px */ |
|
23 |
resize: vertical; |
|
24 |
} |
|
25 |
||
26 |
label { |
|
27 |
cursor: pointer; |
|
28 |
} |
|
29 |
||
30 |
input, |
|
31 |
select { |
|
32 |
margin: 0 1px; |
|
33 |
} |
|
34 |
||
35 |
textarea.code { |
|
36 |
padding: 4px 6px 1px 6px; |
|
5 | 37 |
} |
38 |
||
39 |
input[type="text"], |
|
40 |
input[type="password"], |
|
41 |
input[type="color"], |
|
42 |
input[type="date"], |
|
43 |
input[type="datetime"], |
|
44 |
input[type="datetime-local"], |
|
45 |
input[type="email"], |
|
46 |
input[type="month"], |
|
47 |
input[type="number"], |
|
48 |
input[type="search"], |
|
49 |
input[type="tel"], |
|
50 |
input[type="time"], |
|
51 |
input[type="url"], |
|
52 |
input[type="week"], |
|
53 |
select, |
|
54 |
textarea { |
|
16 | 55 |
box-shadow: 0 0 0 transparent; |
56 |
border-radius: 4px; |
|
57 |
border: 1px solid #7e8993; |
|
5 | 58 |
background-color: #fff; |
59 |
color: #32373c; |
|
16 | 60 |
} |
61 |
||
62 |
input[type="text"], |
|
63 |
input[type="password"], |
|
64 |
input[type="date"], |
|
65 |
input[type="datetime"], |
|
66 |
input[type="datetime-local"], |
|
67 |
input[type="email"], |
|
68 |
input[type="month"], |
|
69 |
input[type="number"], |
|
70 |
input[type="search"], |
|
71 |
input[type="tel"], |
|
72 |
input[type="time"], |
|
73 |
input[type="url"], |
|
74 |
input[type="week"] { |
|
75 |
padding: 0 8px; |
|
76 |
/* inherits font size 14px */ |
|
77 |
line-height: 2; /* 28px */ |
|
78 |
/* Only necessary for IE11 */ |
|
79 |
min-height: 30px; |
|
80 |
} |
|
81 |
||
82 |
::-webkit-datetime-edit { |
|
83 |
/* inherits font size 14px */ |
|
84 |
line-height: 1.85714286; /* 26px */ |
|
5 | 85 |
} |
86 |
||
87 |
input[type="text"]:focus, |
|
88 |
input[type="password"]:focus, |
|
89 |
input[type="color"]:focus, |
|
90 |
input[type="date"]:focus, |
|
91 |
input[type="datetime"]:focus, |
|
92 |
input[type="datetime-local"]:focus, |
|
93 |
input[type="email"]:focus, |
|
94 |
input[type="month"]:focus, |
|
95 |
input[type="number"]:focus, |
|
96 |
input[type="search"]:focus, |
|
97 |
input[type="tel"]:focus, |
|
98 |
input[type="time"]:focus, |
|
99 |
input[type="url"]:focus, |
|
100 |
input[type="week"]:focus, |
|
101 |
input[type="checkbox"]:focus, |
|
102 |
input[type="radio"]:focus, |
|
103 |
select:focus, |
|
104 |
textarea:focus { |
|
16 | 105 |
border-color: #007cba; |
106 |
box-shadow: 0 0 0 1px #007cba; |
|
9 | 107 |
/* Only visible in Windows High Contrast mode */ |
108 |
outline: 2px solid transparent; |
|
5 | 109 |
} |
110 |
||
111 |
/* rtl:ignore */ |
|
112 |
input[type="email"], |
|
113 |
input[type="url"] { |
|
114 |
direction: ltr; |
|
115 |
} |
|
116 |
||
117 |
input[type="checkbox"], |
|
118 |
input[type="radio"] { |
|
16 | 119 |
border: 1px solid #7e8993; |
120 |
border-radius: 4px; |
|
5 | 121 |
background: #fff; |
122 |
color: #555; |
|
123 |
clear: none; |
|
124 |
cursor: pointer; |
|
125 |
display: inline-block; |
|
126 |
line-height: 0; |
|
16 | 127 |
height: 1rem; |
128 |
margin: -0.25rem 0 0 0.25rem; |
|
5 | 129 |
outline: 0; |
130 |
padding: 0 !important; |
|
131 |
text-align: center; |
|
132 |
vertical-align: middle; |
|
16 | 133 |
width: 1rem; |
134 |
min-width: 1rem; |
|
5 | 135 |
-webkit-appearance: none; |
9 | 136 |
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); |
5 | 137 |
transition: .05s border-color ease-in-out; |
138 |
} |
|
139 |
||
140 |
input[type="radio"]:checked + label:before { |
|
141 |
color: #82878c; |
|
142 |
} |
|
143 |
||
144 |
.wp-core-ui input[type="reset"]:hover, |
|
145 |
.wp-core-ui input[type="reset"]:active { |
|
16 | 146 |
color: #006799; |
5 | 147 |
} |
148 |
||
149 |
td > input[type="checkbox"], |
|
150 |
.wp-admin p input[type="checkbox"], |
|
151 |
.wp-admin p input[type="radio"] { |
|
152 |
margin-top: 0; |
|
153 |
} |
|
154 |
||
155 |
.wp-admin p label input[type="checkbox"] { |
|
156 |
margin-top: -4px; |
|
157 |
} |
|
158 |
||
159 |
.wp-admin p label input[type="radio"] { |
|
160 |
margin-top: -2px; |
|
161 |
} |
|
162 |
||
163 |
input[type="radio"] { |
|
164 |
border-radius: 50%; |
|
16 | 165 |
margin-left: 0.25rem; |
166 |
/* 10px not sure if still necessary, comes from the MP6 redesign in r26072 */ |
|
167 |
line-height: 0.71428571; |
|
5 | 168 |
} |
169 |
||
16 | 170 |
input[type="checkbox"]:checked::before, |
171 |
input[type="radio"]:checked::before { |
|
5 | 172 |
float: right; |
173 |
display: inline-block; |
|
174 |
vertical-align: middle; |
|
16 | 175 |
width: 1rem; |
5 | 176 |
speak: none; |
177 |
-webkit-font-smoothing: antialiased; |
|
178 |
-moz-osx-font-smoothing: grayscale; |
|
179 |
} |
|
180 |
||
16 | 181 |
input[type="checkbox"]:checked::before { |
182 |
/* Use the "Yes" SVG Dashicon */ |
|
183 |
content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%231e8cbe%27%2F%3E%3C%2Fsvg%3E"); |
|
184 |
margin: -0.1875rem -0.25rem 0 0; |
|
185 |
height: 1.3125rem; |
|
186 |
width: 1.3125rem; |
|
5 | 187 |
} |
188 |
||
16 | 189 |
input[type="radio"]:checked::before { |
190 |
content: ""; |
|
191 |
border-radius: 50%; |
|
192 |
width: 0.5rem; /* 8px */ |
|
193 |
height: 0.5rem; /* 8px */ |
|
194 |
margin: 0.1875rem; /* 3px */ |
|
5 | 195 |
background-color: #1e8cbe; |
16 | 196 |
/* 16px not sure if still necessary, comes from the MP6 redesign in r26072 */ |
197 |
line-height: 1.14285714; |
|
5 | 198 |
} |
199 |
||
200 |
@-moz-document url-prefix() { |
|
201 |
input[type="checkbox"], |
|
202 |
input[type="radio"], |
|
203 |
.form-table input.tog { |
|
204 |
margin-bottom: -1px; |
|
205 |
} |
|
206 |
} |
|
207 |
||
208 |
/* Search */ |
|
209 |
input[type="search"] { |
|
210 |
-webkit-appearance: textfield; |
|
211 |
} |
|
212 |
||
213 |
input[type="search"]::-webkit-search-decoration { |
|
214 |
display: none; |
|
215 |
} |
|
216 |
||
217 |
.wp-admin input[type="file"] { |
|
218 |
padding: 3px 0; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
219 |
cursor: pointer; |
5 | 220 |
} |
221 |
||
222 |
input.readonly, |
|
223 |
input[readonly], |
|
224 |
textarea.readonly, |
|
225 |
textarea[readonly] { |
|
226 |
background-color: #eee; |
|
227 |
} |
|
228 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
229 |
::-webkit-input-placeholder { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
230 |
color: #72777c; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
231 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
232 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
233 |
::-moz-placeholder { |
9 | 234 |
color: #72777c; |
235 |
opacity: 1; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
236 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
237 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
238 |
:-ms-input-placeholder { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
239 |
color: #72777c; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
240 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
241 |
|
9 | 242 |
.form-invalid input, |
243 |
.form-invalid input:focus, |
|
244 |
.form-invalid select, |
|
245 |
.form-invalid select:focus { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
246 |
border-color: #dc3232 !important; |
9 | 247 |
box-shadow: 0 0 2px rgba(204, 0, 0, 0.8); |
5 | 248 |
} |
249 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
250 |
.form-table .form-required.form-invalid td:after { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
251 |
content: "\f534"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
252 |
font: normal 20px/1 dashicons; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
253 |
color: #dc3232; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
254 |
margin-right: -25px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
255 |
vertical-align: middle; |
5 | 256 |
} |
257 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
258 |
/* Adjust error indicator for password layout */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
259 |
.form-table .form-required.user-pass1-wrap.form-invalid td:after { |
9 | 260 |
content: ""; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
261 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
262 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
263 |
.form-table .form-required.user-pass1-wrap.form-invalid .password-input-wrapper:after { |
9 | 264 |
content: "\f534"; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
265 |
font: normal 20px/1 dashicons; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
266 |
color: #dc3232; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
267 |
margin: 0 -29px 0 6px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
268 |
vertical-align: middle; |
5 | 269 |
} |
270 |
||
271 |
.form-input-tip { |
|
272 |
color: #666; |
|
273 |
} |
|
274 |
||
275 |
input:disabled, |
|
276 |
input.disabled, |
|
277 |
select:disabled, |
|
278 |
select.disabled, |
|
279 |
textarea:disabled, |
|
280 |
textarea.disabled { |
|
9 | 281 |
background: rgba(255, 255, 255, 0.5); |
282 |
border-color: rgba(222, 222, 222, 0.75); |
|
283 |
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04); |
|
284 |
color: rgba(51, 51, 51, 0.5); |
|
5 | 285 |
} |
286 |
||
287 |
input[type="file"]:disabled, |
|
288 |
input[type="file"].disabled, |
|
289 |
input[type="range"]:disabled, |
|
290 |
input[type="range"].disabled { |
|
291 |
background: none; |
|
292 |
box-shadow: none; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
293 |
cursor: default; |
5 | 294 |
} |
295 |
||
296 |
input[type="checkbox"]:disabled, |
|
297 |
input[type="checkbox"].disabled, |
|
298 |
input[type="radio"]:disabled, |
|
299 |
input[type="radio"].disabled, |
|
300 |
input[type="checkbox"]:disabled:checked:before, |
|
301 |
input[type="checkbox"].disabled:checked:before, |
|
302 |
input[type="radio"]:disabled:checked:before, |
|
303 |
input[type="radio"].disabled:checked:before { |
|
304 |
opacity: 0.7; |
|
305 |
} |
|
306 |
||
307 |
/*------------------------------------------------------------------------------ |
|
308 |
2.0 - Forms |
|
309 |
------------------------------------------------------------------------------*/ |
|
310 |
||
16 | 311 |
/* Select styles are based on the default button in buttons.css */ |
312 |
.wp-core-ui select { |
|
313 |
font-size: 14px; |
|
314 |
line-height: 2; /* 28px */ |
|
315 |
color: #32373c; |
|
316 |
border-color: #7e8993; |
|
317 |
box-shadow: none; |
|
318 |
border-radius: 3px; |
|
319 |
padding: 0 8px 0 24px; |
|
320 |
min-height: 30px; |
|
321 |
max-width: 25rem; |
|
322 |
-webkit-appearance: none; |
|
323 |
/* The SVG is arrow-down-alt2 from Dashicons. */ |
|
324 |
background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat left 5px top 55%; |
|
325 |
background-size: 16px 16px; |
|
326 |
cursor: pointer; |
|
5 | 327 |
vertical-align: middle; |
328 |
} |
|
329 |
||
16 | 330 |
.wp-core-ui select:hover { |
331 |
color: #007cba; |
|
332 |
} |
|
333 |
||
334 |
.wp-core-ui select:focus { |
|
335 |
border-color: #007cba; |
|
336 |
color: #016087; |
|
337 |
box-shadow: 0 0 0 1px #007cba; |
|
338 |
} |
|
339 |
||
340 |
.wp-core-ui select:active { |
|
341 |
border-color: #999; |
|
342 |
box-shadow: none; |
|
343 |
} |
|
344 |
||
345 |
.wp-core-ui select.disabled, |
|
346 |
.wp-core-ui select:disabled { |
|
347 |
color: #a0a5aa; |
|
348 |
border-color: #ddd; |
|
349 |
background-color: #f7f7f7; |
|
350 |
/* The SVG is arrow-down-alt2 from Dashicons. */ |
|
351 |
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23a0a5aa%22%2F%3E%3C%2Fsvg%3E'); |
|
352 |
box-shadow: none; |
|
353 |
text-shadow: 0 1px 0 #fff; |
|
354 |
cursor: default; |
|
355 |
transform: none; |
|
356 |
} |
|
357 |
||
358 |
/* Reset Firefox inner outline that appears on :focus. */ |
|
359 |
/* This ruleset overrides the color change on :focus thus needs to be after select:focus. */ |
|
360 |
.wp-core-ui select:-moz-focusring { |
|
361 |
color: transparent; |
|
362 |
text-shadow: 0 0 0 #016087; |
|
363 |
} |
|
364 |
||
365 |
/* Remove background focus style from IE11 while keeping focus style available on option elements. */ |
|
366 |
.wp-core-ui select::-ms-value { |
|
367 |
background: transparent; |
|
368 |
color: #555; |
|
369 |
} |
|
370 |
||
371 |
.wp-core-ui select:hover::-ms-value { |
|
372 |
color: #007cba; |
|
373 |
} |
|
374 |
||
375 |
.wp-core-ui select:focus::-ms-value { |
|
376 |
color: #016087; |
|
377 |
} |
|
378 |
||
379 |
.wp-core-ui select.disabled::-ms-value, |
|
380 |
.wp-core-ui select:disabled::-ms-value { |
|
381 |
color: #a0a5aa; |
|
382 |
} |
|
383 |
||
384 |
/* Hide the native down arrow for select element on IE. */ |
|
385 |
.wp-core-ui select::-ms-expand { |
|
386 |
display: none; |
|
387 |
} |
|
388 |
||
5 | 389 |
.wp-admin .button-cancel { |
16 | 390 |
display: inline-block; |
391 |
min-height: 28px; |
|
5 | 392 |
padding: 0 5px; |
393 |
line-height: 2; |
|
394 |
} |
|
395 |
||
396 |
.meta-box-sortables select { |
|
397 |
max-width: 100%; |
|
398 |
} |
|
399 |
||
16 | 400 |
.meta-box-sortables input { |
401 |
vertical-align: middle; |
|
402 |
} |
|
403 |
||
404 |
.misc-pub-post-status select { |
|
405 |
margin-top: 0; |
|
406 |
} |
|
407 |
||
408 |
.wp-core-ui select[multiple] { |
|
5 | 409 |
height: auto; |
16 | 410 |
padding-left: 8px; |
411 |
background: #fff; |
|
5 | 412 |
} |
413 |
||
414 |
.submit { |
|
415 |
padding: 1.5em 0; |
|
416 |
margin: 5px 0; |
|
417 |
border-bottom-right-radius: 3px; |
|
418 |
border-bottom-left-radius: 3px; |
|
419 |
border: none; |
|
420 |
} |
|
421 |
||
422 |
form p.submit a.cancel:hover { |
|
423 |
text-decoration: none; |
|
424 |
} |
|
425 |
||
426 |
p.submit { |
|
427 |
text-align: right; |
|
428 |
max-width: 100%; |
|
429 |
margin-top: 20px; |
|
430 |
padding-top: 10px; |
|
431 |
} |
|
432 |
||
433 |
.textright p.submit { |
|
434 |
border: none; |
|
435 |
text-align: left; |
|
436 |
} |
|
437 |
||
438 |
table.form-table + p.submit, |
|
439 |
table.form-table + input + p.submit, |
|
440 |
table.form-table + input + input + p.submit { |
|
441 |
border-top: none; |
|
442 |
padding-top: 0; |
|
443 |
} |
|
444 |
||
445 |
#minor-publishing-actions input, |
|
446 |
#major-publishing-actions input, |
|
447 |
#minor-publishing-actions .preview { |
|
448 |
text-align: center; |
|
449 |
} |
|
450 |
||
451 |
textarea.all-options, |
|
452 |
input.all-options { |
|
453 |
width: 250px; |
|
454 |
} |
|
455 |
||
456 |
input.large-text, |
|
457 |
textarea.large-text { |
|
458 |
width: 99%; |
|
459 |
} |
|
460 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
461 |
.regular-text { |
5 | 462 |
width: 25em; |
463 |
} |
|
464 |
||
465 |
input.small-text { |
|
466 |
width: 50px; |
|
16 | 467 |
padding: 0 6px; |
468 |
} |
|
469 |
||
470 |
label input.small-text { |
|
471 |
margin-top: -4px; |
|
5 | 472 |
} |
473 |
||
474 |
input[type="number"].small-text { |
|
475 |
width: 65px; |
|
16 | 476 |
padding-left: 0; |
5 | 477 |
} |
478 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
479 |
input.tiny-text { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
480 |
width: 35px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
481 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
482 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
483 |
input[type="number"].tiny-text { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
484 |
width: 45px; |
16 | 485 |
padding-left: 0; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
486 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
487 |
|
5 | 488 |
#doaction, |
489 |
#doaction2, |
|
490 |
#post-query-submit { |
|
16 | 491 |
margin: 0 0 0 8px; |
5 | 492 |
} |
493 |
||
494 |
.tablenav .actions select { |
|
495 |
float: right; |
|
496 |
margin-left: 6px; |
|
16 | 497 |
max-width: 12.5rem; |
5 | 498 |
} |
499 |
||
500 |
#timezone_string option { |
|
501 |
margin-right: 1em; |
|
502 |
} |
|
503 |
||
9 | 504 |
.wp-hide-pw > .dashicons, |
505 |
.wp-cancel-pw > .dashicons { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
506 |
position: relative; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
507 |
top: 3px; |
16 | 508 |
width: 1.25rem; |
509 |
height: 1.25rem; |
|
510 |
top: 0.25rem; |
|
511 |
font-size: 20px; |
|
5 | 512 |
} |
513 |
||
9 | 514 |
.wp-cancel-pw .dashicons-no { |
515 |
display: none; |
|
516 |
} |
|
517 |
||
5 | 518 |
label, |
519 |
#your-profile label + a { |
|
520 |
vertical-align: middle; |
|
521 |
} |
|
522 |
||
523 |
fieldset label, |
|
524 |
#your-profile label + a { |
|
525 |
vertical-align: middle; |
|
526 |
} |
|
527 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
528 |
.options-media-php [for*="_size_"] { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
529 |
min-width: 10em; |
5 | 530 |
vertical-align: baseline; |
531 |
} |
|
532 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
533 |
.options-media-php .small-text[name*="_size_"] { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
534 |
margin: 0 0 1em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
535 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
536 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
537 |
#misc-publishing-actions label { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
538 |
vertical-align: baseline; |
5 | 539 |
} |
540 |
||
541 |
#pass-strength-result { |
|
542 |
background-color: #eee; |
|
543 |
border: 1px solid #ddd; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
544 |
color: #23282d; |
9 | 545 |
margin: -1px 1px 5px; |
5 | 546 |
padding: 3px 5px; |
547 |
text-align: center; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
548 |
width: 25em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
549 |
box-sizing: border-box; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
550 |
opacity: 0; |
5 | 551 |
} |
552 |
||
553 |
#pass-strength-result.short { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
554 |
background-color: #f1adad; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
555 |
border-color: #e35b5b; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
556 |
opacity: 1; |
5 | 557 |
} |
558 |
||
559 |
#pass-strength-result.bad { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
560 |
background-color: #fbc5a9; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
561 |
border-color: #f78b53; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
562 |
opacity: 1; |
5 | 563 |
} |
564 |
||
565 |
#pass-strength-result.good { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
566 |
background-color: #ffe399; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
567 |
border-color: #ffc733; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
568 |
opacity: 1; |
5 | 569 |
} |
570 |
||
571 |
#pass-strength-result.strong { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
572 |
background-color: #c1e1b9; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
573 |
border-color: #83c373; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
574 |
opacity: 1; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
575 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
576 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
577 |
#pass1.short, #pass1-text.short { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
578 |
border-color: #e35b5b; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
579 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
580 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
581 |
#pass1.bad, #pass1-text.bad { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
582 |
border-color: #f78b53; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
583 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
584 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
585 |
#pass1.good, #pass1-text.good { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
586 |
border-color: #ffc733; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
587 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
588 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
589 |
#pass1.strong, #pass1-text.strong { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
590 |
border-color: #83c373; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
591 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
592 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
593 |
.pw-weak { |
9 | 594 |
display: none; |
5 | 595 |
} |
596 |
||
597 |
.indicator-hint { |
|
598 |
padding-top: 8px; |
|
599 |
} |
|
600 |
||
9 | 601 |
.wp-pwd [type="text"], |
602 |
.wp-pwd [type="password"] { |
|
603 |
margin-bottom: 0; |
|
604 |
/* Same height as the buttons */ |
|
16 | 605 |
min-height: 30px; |
606 |
} |
|
607 |
||
608 |
/* Hide the Edge "reveal password" native button */ |
|
609 |
.wp-pwd input::-ms-reveal { |
|
610 |
display: none; |
|
9 | 611 |
} |
612 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
613 |
#pass1-text, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
614 |
.show-password #pass1 { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
615 |
display: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
616 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
617 |
|
9 | 618 |
#pass1-text::-ms-clear { |
619 |
display: none; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
620 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
621 |
|
9 | 622 |
.show-password #pass1-text { |
623 |
display: inline-block; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
624 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
625 |
|
5 | 626 |
p.search-box { |
627 |
float: left; |
|
628 |
margin: 0; |
|
629 |
} |
|
630 |
||
631 |
.network-admin.themes-php p.search-box { |
|
632 |
clear: right; |
|
633 |
} |
|
634 |
||
635 |
.search-box input[name="s"], |
|
636 |
.tablenav .search-plugins input[name="s"], |
|
637 |
.tagsdiv .newtag { |
|
638 |
float: right; |
|
639 |
margin: 0 0 0 4px; |
|
640 |
} |
|
641 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
642 |
.js.plugins-php .search-box .wp-filter-search { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
643 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
644 |
width: 280px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
645 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
646 |
|
5 | 647 |
input[type="text"].ui-autocomplete-loading, |
648 |
input[type="email"].ui-autocomplete-loading { |
|
649 |
background-image: url(../images/loading.gif); |
|
650 |
background-repeat: no-repeat; |
|
651 |
background-position: left center; |
|
652 |
visibility: visible; |
|
653 |
} |
|
654 |
||
655 |
input.ui-autocomplete-input.open { |
|
656 |
border-bottom-color: transparent; |
|
657 |
} |
|
658 |
||
659 |
ul#add-to-blog-users { |
|
660 |
margin: 0 14px 0 0; |
|
661 |
} |
|
662 |
||
663 |
.ui-autocomplete { |
|
664 |
padding: 0; |
|
665 |
margin: 0; |
|
666 |
list-style: none; |
|
667 |
position: absolute; |
|
668 |
z-index: 10000; |
|
669 |
border: 1px solid #5b9dd9; |
|
9 | 670 |
box-shadow: 0 1px 2px rgba(30, 140, 190, 0.8); |
5 | 671 |
background-color: #fff; |
672 |
} |
|
673 |
||
674 |
.ui-autocomplete li { |
|
675 |
margin-bottom: 0; |
|
676 |
padding: 4px 10px; |
|
677 |
white-space: nowrap; |
|
678 |
text-align: right; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
679 |
cursor: pointer; |
5 | 680 |
} |
681 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
682 |
/* Colors for the wplink toolbar autocomplete. */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
683 |
.ui-autocomplete .ui-state-focus { |
5 | 684 |
background-color: #ddd; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
685 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
686 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
687 |
/* Colors for the tags autocomplete. */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
688 |
.wp-tags-autocomplete .ui-state-focus { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
689 |
background-color: #0073aa; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
690 |
color: #fff; |
5 | 691 |
} |
692 |
||
693 |
/*------------------------------------------------------------------------------ |
|
694 |
15.0 - Comments Screen |
|
695 |
------------------------------------------------------------------------------*/ |
|
696 |
||
697 |
.form-table { |
|
698 |
border-collapse: collapse; |
|
699 |
margin-top: 0.5em; |
|
700 |
width: 100%; |
|
701 |
clear: both; |
|
702 |
} |
|
703 |
||
704 |
.form-table, |
|
705 |
.form-table td, |
|
706 |
.form-table th, |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
707 |
.form-table td p { |
5 | 708 |
font-size: 14px; |
709 |
} |
|
710 |
||
711 |
.form-table td { |
|
712 |
margin-bottom: 9px; |
|
713 |
padding: 15px 10px; |
|
714 |
line-height: 1.3; |
|
715 |
vertical-align: middle; |
|
716 |
} |
|
717 |
||
718 |
.form-table th, |
|
719 |
.form-wrap label { |
|
720 |
color: #23282d; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
721 |
font-weight: 400; |
5 | 722 |
text-shadow: none; |
723 |
vertical-align: baseline; |
|
724 |
} |
|
725 |
||
726 |
.form-table th { |
|
727 |
vertical-align: top; |
|
728 |
text-align: right; |
|
729 |
padding: 20px 0 20px 10px; |
|
730 |
width: 200px; |
|
731 |
line-height: 1.3; |
|
732 |
font-weight: 600; |
|
733 |
} |
|
734 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
735 |
.form-table th.th-full, /* Not used by core. Back-compat for pre-4.8 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
736 |
.form-table .td-full { |
5 | 737 |
width: auto; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
738 |
padding: 20px 0 20px 10px; |
5 | 739 |
font-weight: 400; |
740 |
} |
|
741 |
||
742 |
.form-table td p { |
|
743 |
margin-top: 4px; |
|
744 |
margin-bottom: 0; |
|
745 |
} |
|
746 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
747 |
.form-table .date-time-doc { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
748 |
margin-top: 1em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
749 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
750 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
751 |
.form-table p.timezone-info { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
752 |
margin: 1em 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
753 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
754 |
|
5 | 755 |
.form-table td fieldset label { |
16 | 756 |
margin: 0.35em 0 0.5em !important; |
5 | 757 |
display: inline-block; |
758 |
} |
|
759 |
||
16 | 760 |
.form-table td fieldset p label { |
761 |
margin-top: 0 !important; |
|
762 |
} |
|
763 |
||
5 | 764 |
.form-table td fieldset label, |
765 |
.form-table td fieldset p, |
|
766 |
.form-table td fieldset li { |
|
16 | 767 |
line-height: 1.4; |
5 | 768 |
} |
769 |
||
770 |
.form-table input.tog, |
|
771 |
.form-table input[type="radio"] { |
|
772 |
margin-top: -4px; |
|
773 |
margin-left: 4px; |
|
774 |
float: none; |
|
775 |
} |
|
776 |
||
777 |
.form-table .pre { |
|
778 |
padding: 8px; |
|
779 |
margin: 0; |
|
780 |
} |
|
781 |
||
782 |
table.form-table td .updated { |
|
783 |
font-size: 13px; |
|
784 |
} |
|
785 |
||
786 |
table.form-table td .updated p { |
|
787 |
font-size: 13px; |
|
788 |
margin: 0.3em 0; |
|
789 |
} |
|
790 |
||
791 |
/*------------------------------------------------------------------------------ |
|
792 |
18.0 - Users |
|
793 |
------------------------------------------------------------------------------*/ |
|
794 |
||
795 |
#profile-page .form-table textarea { |
|
796 |
width: 500px; |
|
797 |
margin-bottom: 6px; |
|
798 |
} |
|
799 |
||
800 |
#profile-page .form-table #rich_editing { |
|
801 |
margin-left: 5px |
|
802 |
} |
|
803 |
||
804 |
#your-profile legend { |
|
805 |
font-size: 22px; |
|
806 |
} |
|
807 |
||
808 |
#display_name { |
|
809 |
width: 15em; |
|
810 |
} |
|
811 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
812 |
#adduser .form-field input, |
5 | 813 |
#createuser .form-field input { |
814 |
width: 25em; |
|
815 |
} |
|
816 |
||
817 |
.color-option { |
|
818 |
display: inline-block; |
|
819 |
width: 24%; |
|
820 |
padding: 5px 15px 15px; |
|
821 |
box-sizing: border-box; |
|
822 |
margin-bottom: 3px; |
|
823 |
} |
|
824 |
||
825 |
.color-option:hover, |
|
826 |
.color-option.selected { |
|
827 |
background: #ddd; |
|
828 |
} |
|
829 |
||
830 |
.color-palette { |
|
831 |
width: 100%; |
|
832 |
border-spacing: 0; |
|
833 |
border-collapse: collapse; |
|
834 |
} |
|
835 |
.color-palette td { |
|
836 |
height: 20px; |
|
837 |
padding: 0; |
|
838 |
border: none; |
|
839 |
} |
|
840 |
||
841 |
.color-option { |
|
842 |
cursor: pointer; |
|
843 |
} |
|
844 |
||
845 |
/*------------------------------------------------------------------------------ |
|
846 |
19.0 - Tools |
|
847 |
------------------------------------------------------------------------------*/ |
|
848 |
||
849 |
.tool-box .title { |
|
850 |
margin: 8px 0; |
|
851 |
font-size: 18px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
852 |
font-weight: 400; |
5 | 853 |
line-height: 24px; |
854 |
} |
|
855 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
856 |
.label-responsive { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
857 |
vertical-align: middle; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
858 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
859 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
860 |
#export-filters p { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
861 |
margin: 0 0 1em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
862 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
863 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
864 |
#export-filters p.submit { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
865 |
margin: 7px 0 5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
866 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
867 |
|
5 | 868 |
/* Card styles */ |
869 |
||
870 |
.card { |
|
871 |
position: relative; |
|
872 |
margin-top: 20px; |
|
873 |
padding: 0.7em 2em 1em; |
|
874 |
min-width: 255px; |
|
875 |
max-width: 520px; |
|
16 | 876 |
border: 1px solid #ccd0d4; |
9 | 877 |
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); |
5 | 878 |
background: #fff; |
9 | 879 |
box-sizing: border-box; |
5 | 880 |
} |
881 |
||
882 |
/* Press this styles */ |
|
883 |
||
884 |
.pressthis h4 { |
|
885 |
margin: 2em 0 1em; |
|
886 |
} |
|
887 |
||
888 |
.pressthis textarea { |
|
889 |
width: 100%; |
|
890 |
font-size: 1em; |
|
891 |
} |
|
892 |
||
893 |
#pressthis-code-wrap { |
|
894 |
overflow: auto; |
|
895 |
} |
|
896 |
||
897 |
.pressthis-bookmarklet-wrapper { |
|
898 |
margin: 20px 0 8px; |
|
899 |
vertical-align: top; |
|
900 |
position: relative; |
|
901 |
z-index: 1; |
|
902 |
} |
|
903 |
||
904 |
.pressthis-bookmarklet, |
|
905 |
.pressthis-bookmarklet:hover, |
|
906 |
.pressthis-bookmarklet:focus, |
|
907 |
.pressthis-bookmarklet:active { |
|
908 |
display: inline-block; |
|
909 |
position: relative; |
|
910 |
cursor: move; |
|
911 |
color: #32373c; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
912 |
background: #e5e5e5; |
5 | 913 |
border-radius: 5px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
914 |
border: 1px solid #b4b9be; |
5 | 915 |
font-style: normal; |
916 |
line-height: 16px; |
|
917 |
font-size: 14px; |
|
918 |
text-decoration: none; |
|
919 |
} |
|
920 |
||
921 |
.pressthis-bookmarklet:active { |
|
922 |
outline: none; |
|
923 |
} |
|
924 |
||
925 |
.pressthis-bookmarklet:after { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
926 |
content: ""; |
5 | 927 |
width: 70%; |
928 |
height: 55%; |
|
929 |
z-index: -1; |
|
930 |
position: absolute; |
|
931 |
left: 10px; |
|
932 |
bottom: 9px; |
|
933 |
background: transparent; |
|
934 |
transform: skew(-20deg) rotate(-6deg); |
|
935 |
box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6); |
|
936 |
} |
|
937 |
||
938 |
.pressthis-bookmarklet:hover:after { |
|
939 |
transform: skew(-20deg) rotate(-9deg); |
|
940 |
box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7); |
|
941 |
} |
|
942 |
||
943 |
.pressthis-bookmarklet span { |
|
944 |
display: inline-block; |
|
945 |
margin: 0px 0 0; |
|
946 |
padding: 0px 9px 8px 12px; |
|
947 |
} |
|
948 |
||
949 |
.pressthis-bookmarklet span:before { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
950 |
color: #72777c; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
951 |
font: normal 20px/1 dashicons; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
952 |
content: "\f157"; |
5 | 953 |
position: relative; |
954 |
display: inline-block; |
|
955 |
top: 4px; |
|
956 |
margin-left: 4px; |
|
957 |
} |
|
958 |
||
959 |
.pressthis-js-toggle { |
|
960 |
margin-right: 10px; |
|
961 |
padding: 0; |
|
962 |
height: auto; |
|
963 |
vertical-align: top; |
|
964 |
} |
|
965 |
||
966 |
/* to override the button class being applied */ |
|
967 |
.pressthis-js-toggle.button.button { |
|
968 |
margin-right: 10px; |
|
969 |
padding: 0; |
|
970 |
height: auto; |
|
971 |
vertical-align: top; |
|
972 |
} |
|
973 |
||
974 |
.pressthis-js-toggle .dashicons { |
|
975 |
margin: 5px 7px 6px 8px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
976 |
color: #555d66; |
5 | 977 |
} |
978 |
||
979 |
/*------------------------------------------------------------------------------ |
|
980 |
20.0 - Settings |
|
981 |
------------------------------------------------------------------------------*/ |
|
982 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
983 |
.timezone-info code { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
984 |
white-space: nowrap; |
5 | 985 |
} |
986 |
||
987 |
.defaultavatarpicker .avatar { |
|
988 |
margin: 2px 0; |
|
989 |
vertical-align: middle; |
|
990 |
} |
|
991 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
992 |
.options-general-php .date-time-text { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
993 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
994 |
min-width: 10em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
995 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
996 |
|
5 | 997 |
.options-general-php input.small-text { |
998 |
width: 56px; |
|
16 | 999 |
margin: -2px 0; |
5 | 1000 |
} |
1001 |
||
1002 |
.options-general-php .spinner { |
|
1003 |
float: none; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1004 |
margin: -3px 3px 0; |
5 | 1005 |
} |
1006 |
||
1007 |
.settings-php .language-install-spinner, |
|
1008 |
.options-general-php .language-install-spinner { |
|
1009 |
display: inline-block; |
|
1010 |
float: none; |
|
1011 |
margin: -3px 5px 0; |
|
1012 |
vertical-align: middle; |
|
1013 |
} |
|
1014 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1015 |
.form-table.permalink-structure .available-structure-tags li { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1016 |
float: right; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1017 |
margin-left: 5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1018 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1019 |
|
5 | 1020 |
/*------------------------------------------------------------------------------ |
1021 |
21.0 - Network Admin |
|
1022 |
------------------------------------------------------------------------------*/ |
|
1023 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1024 |
.setup-php textarea { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1025 |
max-width: 100%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1026 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1027 |
|
5 | 1028 |
.form-field #site-address { |
1029 |
max-width: 25em; |
|
1030 |
} |
|
1031 |
||
1032 |
.form-field #domain { |
|
1033 |
max-width: 22em; |
|
1034 |
} |
|
1035 |
||
1036 |
.form-field #site-title, |
|
1037 |
.form-field #admin-email, |
|
1038 |
.form-field #path, |
|
1039 |
.form-field #blog_registered, |
|
1040 |
.form-field #blog_last_updated { |
|
1041 |
max-width: 25em; |
|
1042 |
} |
|
1043 |
||
1044 |
.form-field #path { |
|
1045 |
margin-bottom: 5px; |
|
1046 |
} |
|
1047 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1048 |
#search-users, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1049 |
#search-sites { |
16 | 1050 |
max-width: 60%; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1051 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1052 |
|
5 | 1053 |
/*------------------------------------------------------------------------------ |
1054 |
Credentials check dialog for Install and Updates |
|
1055 |
------------------------------------------------------------------------------*/ |
|
1056 |
||
1057 |
.request-filesystem-credentials-dialog { |
|
1058 |
display: none; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1059 |
/* The customizer uses visibility: hidden on the body for full-overlays. */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1060 |
visibility: visible; |
5 | 1061 |
} |
1062 |
||
1063 |
.request-filesystem-credentials-dialog .notification-dialog { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1064 |
top: 10%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1065 |
max-height: 85%; |
5 | 1066 |
} |
1067 |
||
1068 |
.request-filesystem-credentials-dialog-content { |
|
1069 |
margin: 25px; |
|
1070 |
} |
|
1071 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1072 |
#request-filesystem-credentials-title { |
9 | 1073 |
font-size: 1.3em; |
1074 |
margin: 1em 0; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1075 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1076 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1077 |
.request-filesystem-credentials-form legend { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1078 |
font-size: 1em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1079 |
padding: 1.33em 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1080 |
font-weight: 600; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1081 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1082 |
|
5 | 1083 |
.request-filesystem-credentials-form input[type="text"], |
1084 |
.request-filesystem-credentials-form input[type="password"] { |
|
1085 |
display: block; |
|
1086 |
} |
|
1087 |
||
1088 |
.request-filesystem-credentials-dialog input[type="text"], |
|
1089 |
.request-filesystem-credentials-dialog input[type="password"] { |
|
1090 |
width: 100%; |
|
1091 |
} |
|
1092 |
||
1093 |
.request-filesystem-credentials-form .field-title { |
|
1094 |
font-weight: 600; |
|
1095 |
} |
|
1096 |
||
1097 |
.request-filesystem-credentials-dialog label[for="hostname"], |
|
1098 |
.request-filesystem-credentials-dialog label[for="public_key"], |
|
1099 |
.request-filesystem-credentials-dialog label[for="private_key"] { |
|
1100 |
display: block; |
|
1101 |
margin-bottom: 1em; |
|
1102 |
} |
|
1103 |
||
1104 |
.request-filesystem-credentials-dialog .ftp-username, |
|
1105 |
.request-filesystem-credentials-dialog .ftp-password { |
|
1106 |
float: right; |
|
1107 |
width: 48%; |
|
1108 |
} |
|
1109 |
||
1110 |
.request-filesystem-credentials-dialog .ftp-password { |
|
1111 |
margin-right: 4%; |
|
1112 |
} |
|
1113 |
||
1114 |
.request-filesystem-credentials-dialog .request-filesystem-credentials-action-buttons { |
|
1115 |
text-align: left; |
|
1116 |
} |
|
1117 |
||
1118 |
.request-filesystem-credentials-dialog label[for="ftp"] { |
|
1119 |
margin-left: 10px; |
|
1120 |
} |
|
1121 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1122 |
.request-filesystem-credentials-dialog #auth-keys-desc { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1123 |
margin-bottom: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1124 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1125 |
|
5 | 1126 |
#request-filesystem-credentials-dialog .button:not(:last-child) { |
1127 |
margin-left: 10px; |
|
1128 |
} |
|
1129 |
||
1130 |
#request-filesystem-credentials-form .cancel-button { |
|
1131 |
display: none; |
|
1132 |
} |
|
1133 |
||
1134 |
#request-filesystem-credentials-dialog .cancel-button { |
|
1135 |
display: inline; |
|
1136 |
} |
|
1137 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1138 |
.request-filesystem-credentials-dialog .ftp-username, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1139 |
.request-filesystem-credentials-dialog .ftp-password { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1140 |
float: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1141 |
width: auto; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1142 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1143 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1144 |
.request-filesystem-credentials-dialog .ftp-username { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1145 |
margin-bottom: 1em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1146 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1147 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1148 |
.request-filesystem-credentials-dialog .ftp-password { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1149 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1150 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1151 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1152 |
.request-filesystem-credentials-dialog .ftp-password em { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1153 |
color: #888; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1154 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1155 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1156 |
.request-filesystem-credentials-dialog label { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1157 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1158 |
line-height: 1.5; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1159 |
margin-bottom: 1em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1160 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1161 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1162 |
.request-filesystem-credentials-form legend { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1163 |
padding-bottom: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1164 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1165 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1166 |
.request-filesystem-credentials-form #ssh-keys legend { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1167 |
font-size: 1.3em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1168 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1169 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1170 |
.request-filesystem-credentials-form .notice { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1171 |
margin: 0 0 20px 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1172 |
clear: both; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1173 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1174 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1175 |
/*------------------------------------------------------------------------------ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1176 |
Privacy Policy settings screen |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1177 |
------------------------------------------------------------------------------*/ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1178 |
.tools-privacy-policy-page form { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1179 |
margin-bottom: 1.3em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1180 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1181 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1182 |
.tools-privacy-policy-page input.button, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1183 |
.tools-privacy-policy-page select { |
16 | 1184 |
margin: 0 6px 0 1px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1185 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1186 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1187 |
.tools-privacy-edit { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1188 |
margin: 1.5em 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1189 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1190 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1191 |
.tools-privacy-policy-page span { |
16 | 1192 |
line-height: 2; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1193 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1194 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1195 |
.privacy_requests .column-email { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1196 |
width: 40%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1197 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1198 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1199 |
.privacy_requests .column-type { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1200 |
text-align: center; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1201 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1202 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1203 |
.privacy_requests thead td:first-child, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1204 |
.privacy_requests tfoot td:first-child { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1205 |
border-right: 4px solid #fff; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1206 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1207 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1208 |
.privacy_requests tbody th { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1209 |
border-right: 4px solid #fff; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1210 |
background: #fff; |
9 | 1211 |
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1212 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1213 |
|
16 | 1214 |
.privacy_requests .row-actions { |
1215 |
color: #72777c; |
|
1216 |
} |
|
1217 |
||
1218 |
.privacy_requests .row-actions.processing { |
|
1219 |
position: static; |
|
1220 |
} |
|
1221 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1222 |
.privacy_requests tbody .has-request-results th { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1223 |
box-shadow: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1224 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1225 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1226 |
.privacy_requests tbody .request-results th .notice { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1227 |
margin: 0 0 5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1228 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1229 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1230 |
.privacy_requests tbody td { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1231 |
background: #fff; |
9 | 1232 |
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1233 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1234 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1235 |
.privacy_requests tbody .has-request-results td { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1236 |
box-shadow: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1237 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1238 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1239 |
.privacy_requests .next_steps .button { |
16 | 1240 |
word-wrap: break-word; |
1241 |
white-space: normal; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1242 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1243 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1244 |
.privacy_requests .status-request-confirmed th, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1245 |
.privacy_requests .status-request-confirmed td { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1246 |
background-color: #f7fcfe; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1247 |
border-right-color: #00a0d2; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1248 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1249 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1250 |
.privacy_requests .status-request-failed th, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1251 |
.privacy_requests .status-request-failed td { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1252 |
background-color: #fef7f1; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1253 |
border-right-color: #d64d21; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1254 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1255 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1256 |
.privacy_requests .export_personal_data_failed a { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1257 |
vertical-align: baseline; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1258 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1259 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1260 |
.status-label { |
9 | 1261 |
font-weight: 600; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1262 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1263 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1264 |
.status-label.status-request-pending { |
9 | 1265 |
font-weight: 400; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1266 |
font-style: italic; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1267 |
color: #6c7781; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1268 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1269 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1270 |
.status-label.status-request-failed { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1271 |
color: #aa0000; |
9 | 1272 |
font-weight: 600; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1273 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1274 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1275 |
.wp-privacy-request-form { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1276 |
clear: both; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1277 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1278 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1279 |
.wp-privacy-request-form-field { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1280 |
margin: 1.5em 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1281 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1282 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1283 |
.wp-privacy-request-form label { |
9 | 1284 |
font-weight: 600; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1285 |
line-height: 1.5; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1286 |
padding-bottom: .5em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1287 |
display: block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1288 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1289 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1290 |
.wp-privacy-request-form input { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1291 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1292 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1293 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1294 |
.email-personal-data::before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1295 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1296 |
font: normal 20px/1 dashicons; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1297 |
margin: 3px -2px 0 5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1298 |
speak: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1299 |
-webkit-font-smoothing: antialiased; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1300 |
-moz-osx-font-smoothing: grayscale; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1301 |
vertical-align: top; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1302 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1303 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1304 |
.email-personal-data--sending::before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1305 |
color: #f56e28; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1306 |
content: "\f463"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1307 |
animation: rotation 2s infinite linear; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1308 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1309 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1310 |
.email-personal-data--sent::before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1311 |
color: #79ba49; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1312 |
content: "\f147"; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1313 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1314 |
|
5 | 1315 |
|
1316 |
/* =Media Queries |
|
1317 |
-------------------------------------------------------------- */ |
|
1318 |
||
9 | 1319 |
@media screen and (max-width: 782px) { |
5 | 1320 |
/* Input Elements */ |
1321 |
textarea { |
|
1322 |
-webkit-appearance: none; |
|
1323 |
} |
|
1324 |
||
1325 |
input[type="text"], |
|
16 | 1326 |
input[type="password"], |
1327 |
input[type="date"], |
|
1328 |
input[type="datetime"], |
|
1329 |
input[type="datetime-local"], |
|
5 | 1330 |
input[type="email"], |
16 | 1331 |
input[type="month"], |
1332 |
input[type="number"], |
|
5 | 1333 |
input[type="search"], |
16 | 1334 |
input[type="tel"], |
1335 |
input[type="time"], |
|
1336 |
input[type="url"], |
|
1337 |
input[type="week"] { |
|
5 | 1338 |
-webkit-appearance: none; |
16 | 1339 |
padding: 3px 10px; |
1340 |
/* Only necessary for IE11 */ |
|
1341 |
min-height: 40px; |
|
5 | 1342 |
} |
1343 |
||
16 | 1344 |
::-webkit-datetime-edit { |
1345 |
line-height: 1.875; /* 30px */ |
|
5 | 1346 |
} |
1347 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1348 |
input[type="checkbox"], |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1349 |
.widefat th input[type="checkbox"], |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1350 |
.widefat thead td input[type="checkbox"], |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1351 |
.widefat tfoot td input[type="checkbox"] { |
5 | 1352 |
-webkit-appearance: none; |
1353 |
} |
|
1354 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1355 |
.widefat th input[type="checkbox"], |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1356 |
.widefat thead td input[type="checkbox"], |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1357 |
.widefat tfoot td input[type="checkbox"] { |
5 | 1358 |
margin-bottom: 8px; |
1359 |
} |
|
1360 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1361 |
input[type="checkbox"]:checked:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1362 |
.widefat th input[type="checkbox"]:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1363 |
.widefat thead td input[type="checkbox"]:before, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1364 |
.widefat tfoot td input[type="checkbox"]:before { |
16 | 1365 |
width: 1.875rem; |
1366 |
height: 1.875rem; |
|
1367 |
margin: -0.1875rem -0.3125rem; |
|
5 | 1368 |
} |
1369 |
||
1370 |
input[type="radio"], |
|
1371 |
input[type="checkbox"] { |
|
16 | 1372 |
height: 1.5625rem; |
1373 |
width: 1.5625rem; |
|
5 | 1374 |
} |
1375 |
||
1376 |
.wp-admin p input[type="checkbox"], |
|
1377 |
.wp-admin p input[type="radio"] { |
|
16 | 1378 |
margin-top: -0.1875rem; |
5 | 1379 |
} |
1380 |
||
1381 |
input[type="radio"]:checked:before { |
|
1382 |
vertical-align: middle; |
|
16 | 1383 |
width: 0.5625rem; |
1384 |
height: 0.5625rem; |
|
1385 |
margin: 0.4375rem; |
|
1386 |
line-height: 0.76190476; |
|
5 | 1387 |
} |
1388 |
||
1389 |
.wp-upload-form input[type="submit"] { |
|
1390 |
margin-top: 10px; |
|
1391 |
} |
|
1392 |
||
16 | 1393 |
.wp-core-ui select, |
1394 |
.wp-admin .form-table select { |
|
1395 |
min-height: 40px; |
|
5 | 1396 |
font-size: 16px; |
16 | 1397 |
line-height: 1.625; /* 26px */ |
1398 |
padding: 5px 8px 5px 24px; |
|
5 | 1399 |
} |
1400 |
||
1401 |
.wp-admin .button-cancel { |
|
16 | 1402 |
margin-bottom: 0; |
1403 |
padding: 2px 0; |
|
5 | 1404 |
font-size: 14px; |
16 | 1405 |
vertical-align: middle; |
5 | 1406 |
} |
1407 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1408 |
#adduser .form-field input, |
5 | 1409 |
#createuser .form-field input { |
1410 |
width: 100%; |
|
1411 |
} |
|
1412 |
||
1413 |
.form-table { |
|
1414 |
box-sizing: border-box; |
|
1415 |
} |
|
1416 |
||
1417 |
.form-table th, |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1418 |
.form-table td, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1419 |
.label-responsive { |
5 | 1420 |
display: block; |
1421 |
width: auto; |
|
1422 |
vertical-align: middle; |
|
1423 |
} |
|
1424 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1425 |
.label-responsive { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1426 |
margin: 0.5em 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1427 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1428 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1429 |
.export-filters li { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1430 |
margin-bottom: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1431 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1432 |
|
5 | 1433 |
.form-table .color-palette td { |
1434 |
display: table-cell; |
|
1435 |
width: 15px; |
|
1436 |
} |
|
1437 |
||
1438 |
.form-table table.color-palette { |
|
1439 |
margin-left: 10px; |
|
1440 |
} |
|
1441 |
||
1442 |
textarea, |
|
1443 |
input { |
|
1444 |
font-size: 16px; |
|
1445 |
} |
|
1446 |
||
1447 |
.form-table td input[type="text"], |
|
1448 |
.form-table td input[type="email"], |
|
1449 |
.form-table td input[type="password"], |
|
1450 |
.form-table td select, |
|
1451 |
.form-table td textarea, |
|
1452 |
.form-table span.description, |
|
1453 |
#profile-page .form-table textarea { |
|
1454 |
width: 100%; |
|
1455 |
display: block; |
|
1456 |
max-width: none; |
|
1457 |
box-sizing: border-box; |
|
1458 |
} |
|
1459 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1460 |
.form-table .form-required.form-invalid td:after { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1461 |
float: left; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1462 |
margin: -30px 0 0 3px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1463 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1464 |
|
5 | 1465 |
input[type="text"].small-text, |
1466 |
input[type="search"].small-text, |
|
1467 |
input[type="password"].small-text, |
|
1468 |
input[type="number"].small-text, |
|
1469 |
input[type="number"].small-text, |
|
1470 |
.form-table input[type="text"].small-text { |
|
1471 |
width: auto; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1472 |
max-width: 4.375em; /* 70px, enough for 4 digits to fit comfortably */ |
5 | 1473 |
display: inline; |
1474 |
padding: 3px 6px; |
|
1475 |
margin: 0 3px; |
|
1476 |
} |
|
1477 |
||
1478 |
#pass-strength-result { |
|
1479 |
width: 100%; |
|
1480 |
box-sizing: border-box; |
|
1481 |
padding: 8px; |
|
1482 |
} |
|
1483 |
||
1484 |
p.search-box { |
|
1485 |
float: none; |
|
1486 |
position: absolute; |
|
1487 |
bottom: 0; |
|
1488 |
width: 98%; |
|
1489 |
height: 90px; |
|
1490 |
margin-bottom: 20px; |
|
1491 |
} |
|
1492 |
||
1493 |
p.search-box input[name="s"] { |
|
1494 |
float: none; |
|
1495 |
width: 100%; |
|
1496 |
margin-bottom: 10px; |
|
1497 |
vertical-align: middle; |
|
1498 |
} |
|
1499 |
||
1500 |
p.search-box input[type="submit"] { |
|
1501 |
margin-bottom: 10px; |
|
1502 |
} |
|
1503 |
||
1504 |
.form-table span.description { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1505 |
display: inline; |
5 | 1506 |
padding: 4px 0 0; |
16 | 1507 |
line-height: 1.4; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1508 |
font-size: 14px; |
5 | 1509 |
} |
1510 |
||
1511 |
.form-table th { |
|
16 | 1512 |
padding: 10px 0 0 0; |
5 | 1513 |
border-bottom: 0; |
1514 |
} |
|
1515 |
||
1516 |
.form-table td { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1517 |
margin-bottom: 0; |
16 | 1518 |
padding: 4px 0 6px 0; |
5 | 1519 |
} |
1520 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1521 |
.form-table.permalink-structure td code { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1522 |
margin-right: 32px; |
16 | 1523 |
display: inline-block; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1524 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1525 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1526 |
.form-table.permalink-structure td input[type="text"] { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1527 |
margin-right: 32px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1528 |
margin-top: 4px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1529 |
width: 96%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1530 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1531 |
|
5 | 1532 |
.form-table input.regular-text { |
1533 |
width: 100%; |
|
1534 |
} |
|
1535 |
||
1536 |
.form-table label { |
|
1537 |
font-size: 14px; |
|
1538 |
} |
|
1539 |
||
16 | 1540 |
.background-position-control .button-group > label { |
1541 |
font-size: 0; |
|
1542 |
} |
|
1543 |
||
5 | 1544 |
.form-table fieldset label { |
1545 |
display: block; |
|
1546 |
} |
|
1547 |
||
1548 |
#utc-time, |
|
1549 |
#local-time { |
|
1550 |
display: block; |
|
1551 |
float: none; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1552 |
margin-top: 0.5em; |
5 | 1553 |
} |
1554 |
||
1555 |
.form-field #domain { |
|
1556 |
max-width: none; |
|
1557 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1558 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1559 |
/* New Password */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1560 |
.wp-pwd { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1561 |
position: relative; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1562 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1563 |
|
16 | 1564 |
/* Needs higher specificity than normal input type text and password. */ |
1565 |
#profile-page .form-table #pass1 { |
|
1566 |
padding-left: 90px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1567 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1568 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1569 |
.wp-pwd button.button { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1570 |
background: transparent; |
9 | 1571 |
border: 1px solid transparent; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1572 |
box-shadow: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1573 |
line-height: 2; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1574 |
margin: 0; |
9 | 1575 |
padding: 5px 9px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1576 |
position: absolute; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1577 |
left: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1578 |
top: 0; |
16 | 1579 |
width: 2.375rem; |
1580 |
height: 2.375rem; |
|
1581 |
min-width: 40px; |
|
1582 |
min-height: 40px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1583 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1584 |
|
9 | 1585 |
.wp-pwd button.wp-hide-pw { |
16 | 1586 |
left: 2.5rem; |
9 | 1587 |
} |
1588 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1589 |
.wp-pwd button.button:hover, |
9 | 1590 |
.wp-pwd button.button:focus { |
1591 |
background: transparent; |
|
1592 |
} |
|
1593 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1594 |
.wp-pwd button.button:active { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1595 |
background: transparent; |
9 | 1596 |
box-shadow: none; |
1597 |
transform: none; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1598 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1599 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1600 |
.wp-pwd .button .text { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1601 |
display: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1602 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1603 |
|
16 | 1604 |
.wp-pwd [type="text"], |
1605 |
.wp-pwd [type="password"] { |
|
1606 |
line-height: 2; |
|
1607 |
padding-left: 5rem; |
|
1608 |
} |
|
1609 |
||
9 | 1610 |
.wp-cancel-pw .dashicons-no { |
1611 |
display: inline-block; |
|
1612 |
} |
|
1613 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1614 |
.options-general-php input[type="text"].small-text { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1615 |
max-width: 6.25em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1616 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1617 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1618 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1619 |
/* Privacy Policy settings screen */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1620 |
.tools-privacy-policy-page form.wp-create-privacy-page { |
9 | 1621 |
margin-bottom: 1em; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1622 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1623 |
|
9 | 1624 |
.tools-privacy-policy-page input#set-page, |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1625 |
.tools-privacy-policy-page select { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1626 |
margin: 10px 0 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1627 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1628 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1629 |
.tools-privacy-policy-page .wp-create-privacy-page span { |
9 | 1630 |
display: block; |
1631 |
margin-bottom: 1em; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1632 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1633 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1634 |
.tools-privacy-policy-page .wp-create-privacy-page .button { |
9 | 1635 |
margin-right: 0; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1636 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1637 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1638 |
.wp-list-table.privacy_requests tr:not(.inline-edit-row):not(.no-items) td.column-primary:not(.check-column) { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1639 |
display: table-cell; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1640 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1641 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1642 |
.wp-list-table.privacy_requests.widefat th input, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1643 |
.wp-list-table.privacy_requests.widefat thead td input { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1644 |
margin-right: 5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1645 |
} |
16 | 1646 |
|
1647 |
.wp-privacy-request-form-field input[type="text"] { |
|
1648 |
width: 100%; |
|
1649 |
margin-bottom: 10px; |
|
1650 |
vertical-align: middle; |
|
1651 |
} |
|
1652 |
||
9 | 1653 |
.regular-text { |
1654 |
max-width: 100%; |
|
1655 |
} |
|
5 | 1656 |
} |
1657 |
||
1658 |
@media only screen and (max-width: 768px) { |
|
1659 |
.form-field input[type="text"], |
|
1660 |
.form-field input[type="email"], |
|
1661 |
.form-field input[type="password"], |
|
1662 |
.form-field select, |
|
1663 |
.form-field textarea { |
|
1664 |
width: 99%; |
|
1665 |
} |
|
1666 |
||
1667 |
.form-wrap .form-field { |
|
9 | 1668 |
padding: 0; |
5 | 1669 |
} |
1670 |
} |
|
1671 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1672 |
@media only screen and (max-height: 480px), screen and (max-width: 450px) { |
9 | 1673 |
/* Request Credentials / File Editor Warning */ |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1674 |
.request-filesystem-credentials-dialog .notification-dialog, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1675 |
.file-editor-warning .notification-dialog { |
5 | 1676 |
width: 100%; |
1677 |
height: 100%; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1678 |
max-height: 100%; |
5 | 1679 |
position: fixed; |
1680 |
top: 0; |
|
1681 |
margin: 0; |
|
1682 |
right: 0; |
|
1683 |
} |
|
1684 |
} |
|
1685 |
||
1686 |
/* Smartphone */ |
|
1687 |
@media screen and (max-width: 600px) { |
|
1688 |
/* Color Picker Options */ |
|
1689 |
.color-option { |
|
1690 |
width: 49%; |
|
1691 |
} |
|
1692 |
} |
|
1693 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1694 |
@media only screen and (max-width: 320px) { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1695 |
.options-general-php .date-time-text.date-time-custom-text { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1696 |
min-width: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1697 |
margin-left: 0.5em; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1698 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1699 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1700 |
|
9 | 1701 |
@keyframes rotation { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1702 |
0% { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1703 |
transform: rotate(0deg); |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1704 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1705 |
100% { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1706 |
transform: rotate(-359deg); |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1707 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
1708 |
} |