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 |
/* nav-menu */ |
3 |
||
4 |
/* @todo: determine if this is truly for nav menus only */ |
|
5 |
.no-js #message { |
|
6 |
display: block; |
|
7 |
} |
|
8 |
||
9 |
ul.add-menu-item-tabs li { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
10 |
padding: 3px 8px 4px 5px; |
5 | 11 |
} |
12 |
||
13 |
.accordion-section ul.category-tabs, |
|
14 |
.accordion-section ul.add-menu-item-tabs, |
|
15 |
.accordion-section ul.wp-tab-bar { |
|
16 |
margin: 0; |
|
17 |
} |
|
18 |
||
19 |
.accordion-section .categorychecklist { |
|
20 |
margin: 13px 0; |
|
21 |
} |
|
22 |
||
23 |
#nav-menu-meta .accordion-section-content { |
|
24 |
padding: 18px 13px; |
|
25 |
} |
|
26 |
||
27 |
#nav-menu-meta .button-controls { |
|
28 |
margin-bottom: 0; |
|
29 |
} |
|
30 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
31 |
.has-no-menu-item .button-controls { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
32 |
display: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
33 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
34 |
|
5 | 35 |
#nav-menus-frame { |
36 |
margin-right: 300px; |
|
37 |
margin-top: 23px; |
|
38 |
} |
|
39 |
||
40 |
#wpbody-content #menu-settings-column { |
|
9 | 41 |
display: inline; |
42 |
width: 281px; |
|
5 | 43 |
margin-right: -300px; |
44 |
clear: both; |
|
45 |
float: right; |
|
46 |
padding-top: 0; |
|
47 |
} |
|
48 |
||
49 |
#menu-settings-column .inside { |
|
50 |
clear: both; |
|
51 |
margin: 10px 0 0; |
|
52 |
} |
|
53 |
||
54 |
.metabox-holder-disabled .postbox, |
|
55 |
.metabox-holder-disabled .accordion-section-content, |
|
56 |
.metabox-holder-disabled .accordion-section-title { |
|
57 |
opacity: 0.5; |
|
58 |
filter: alpha(opacity=50); |
|
59 |
} |
|
60 |
||
61 |
.metabox-holder-disabled .button-controls .select-all { |
|
62 |
display: none; |
|
63 |
} |
|
64 |
||
65 |
#wpbody { |
|
66 |
position: relative; |
|
67 |
} |
|
68 |
||
69 |
.is-submenu { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
70 |
color: #555d66; /* #fafafa background */ |
5 | 71 |
font-style: italic; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
72 |
font-weight: 400; |
5 | 73 |
margin-right: 4px; |
74 |
} |
|
75 |
||
76 |
.manage-menus { |
|
77 |
margin-top: 23px; |
|
78 |
padding: 10px; |
|
79 |
overflow: hidden; |
|
80 |
background: #fbfbfb; |
|
81 |
} |
|
82 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
83 |
.manage-menus .selected-menu, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
84 |
.manage-menus select, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
85 |
.manage-menus .submit-btn, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
86 |
.nav-menus-php .add-new-menu-action { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
87 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
88 |
margin-left: 3px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
89 |
vertical-align: middle; |
5 | 90 |
} |
91 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
92 |
.manage-menus select, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
93 |
.menu-location-menus select { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
94 |
max-width: 100%; |
5 | 95 |
} |
96 |
||
97 |
.menu-edit #post-body-content h3 { |
|
98 |
margin: 1em 0 10px; |
|
99 |
} |
|
100 |
||
101 |
.menu-settings { |
|
102 |
border-top: 1px solid #eee; |
|
103 |
margin-top: 2em; |
|
104 |
} |
|
105 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
106 |
.menu-settings-group { |
5 | 107 |
margin: 0 0 10px; |
108 |
overflow: hidden; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
109 |
padding-right: 20%; |
5 | 110 |
} |
111 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
112 |
.menu-settings-group:last-of-type { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
113 |
margin-bottom: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
114 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
115 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
116 |
.menu-settings-input { |
5 | 117 |
float: right; |
118 |
margin: 0; |
|
119 |
width: 100%; |
|
120 |
} |
|
121 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
122 |
.menu-settings-group-name { |
5 | 123 |
float: right; |
124 |
clear: both; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
125 |
width: 25%; |
5 | 126 |
padding: 3px 0 0; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
127 |
margin-right: -25%; /* 20 container left padding x ( 100 container % width / 80 this % width ) */ |
5 | 128 |
} |
129 |
||
130 |
.menu-settings label { |
|
131 |
vertical-align: baseline; |
|
132 |
} |
|
133 |
||
134 |
.menu-edit .checkbox-input { |
|
135 |
margin-top: 4px; |
|
136 |
} |
|
137 |
||
138 |
.theme-location-set { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
139 |
color: #72777c; |
5 | 140 |
font-size: 11px; |
141 |
} |
|
142 |
||
143 |
/* Menu Container */ |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
144 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
145 |
/* @todo: responsive view. */ |
5 | 146 |
#menu-management-liquid { |
147 |
float: right; |
|
148 |
min-width: 100%; |
|
149 |
margin-top: 3px; |
|
150 |
} |
|
151 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
152 |
/* @todo: responsive view. */ |
5 | 153 |
#menu-management { |
154 |
position: relative; |
|
155 |
margin-left: 20px; |
|
156 |
margin-top: -3px; |
|
157 |
width: 100%; |
|
158 |
} |
|
159 |
||
160 |
#menu-management .menu-edit { |
|
161 |
margin-bottom: 20px; |
|
162 |
} |
|
163 |
||
164 |
.nav-menus-php #post-body { |
|
9 | 165 |
padding: 0 10px; |
5 | 166 |
border-top: 1px solid #fff; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
167 |
border-bottom: 1px solid #ddd; |
5 | 168 |
background: #fff; |
169 |
} |
|
170 |
||
171 |
#nav-menu-header, |
|
172 |
#nav-menu-footer { |
|
173 |
padding: 0 10px; |
|
9 | 174 |
background: #f5f5f5; |
5 | 175 |
} |
176 |
||
177 |
#nav-menu-header { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
178 |
border-bottom: 1px solid #ddd; |
5 | 179 |
margin-bottom: 0; |
180 |
} |
|
181 |
||
182 |
#nav-menu-header .menu-name-label { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
183 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
184 |
vertical-align: middle; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
185 |
margin-left: 7px; |
5 | 186 |
} |
187 |
||
188 |
.nav-menus-php #post-body div.updated, |
|
189 |
.nav-menus-php #post-body div.error { |
|
190 |
margin: 0; |
|
191 |
} |
|
192 |
||
193 |
.nav-menus-php #post-body-content { |
|
194 |
position: relative; |
|
195 |
float: none; |
|
196 |
} |
|
197 |
||
9 | 198 |
.nav-menus-php #post-body-content .post-body-plain { |
199 |
margin-bottom: 0; |
|
200 |
} |
|
201 |
||
5 | 202 |
#menu-management .menu-add-new abbr { |
9 | 203 |
font-weight: 600; |
5 | 204 |
} |
205 |
||
206 |
#select-nav-menu-container { |
|
207 |
text-align: left; |
|
208 |
padding: 0 10px 3px 10px; |
|
209 |
margin-bottom: 5px; |
|
210 |
} |
|
211 |
||
212 |
#select-nav-menu { |
|
213 |
width: 100px; |
|
214 |
display: inline; |
|
215 |
} |
|
216 |
||
217 |
#menu-name-label { |
|
218 |
margin-top: -2px; |
|
219 |
} |
|
220 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
221 |
.widefat .menu-locations .menu-location-title { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
222 |
padding: 13px 10px 0; |
5 | 223 |
} |
224 |
||
225 |
.menu-location-title label { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
226 |
font-weight: 600; |
5 | 227 |
} |
228 |
||
229 |
.menu-location-menus select { |
|
230 |
float: right; |
|
231 |
} |
|
232 |
||
233 |
#locations-nav-menu-wrapper { |
|
234 |
padding: 5px 0; |
|
235 |
} |
|
236 |
||
237 |
.locations-nav-menu-select select { |
|
238 |
float: right; |
|
239 |
width: 160px; |
|
240 |
margin-left: 5px; |
|
241 |
} |
|
242 |
||
243 |
.locations-row-links { |
|
244 |
float: right; |
|
245 |
margin: 6px 6px 0 0; |
|
246 |
} |
|
247 |
||
248 |
.locations-edit-menu-link, |
|
249 |
.locations-add-menu-link { |
|
250 |
margin: 0 3px; |
|
251 |
} |
|
252 |
||
253 |
.locations-edit-menu-link { |
|
254 |
padding-left: 3px; |
|
255 |
border-left: 1px solid #ccc; |
|
256 |
} |
|
257 |
||
258 |
#menu-management .inside { |
|
259 |
padding: 0 10px; |
|
260 |
} |
|
261 |
||
262 |
/* Add Menu Item Boxes */ |
|
263 |
.postbox .howto input, |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
264 |
.customlinkdiv .menu-item-textbox { |
5 | 265 |
width: 180px; |
266 |
float: left; |
|
267 |
} |
|
268 |
||
269 |
.accordion-container .outer-border { |
|
270 |
margin: 0; |
|
271 |
} |
|
272 |
||
273 |
.customlinkdiv p { |
|
274 |
margin-top: 0 |
|
275 |
} |
|
276 |
||
277 |
#nav-menu-theme-locations .howto select { |
|
278 |
width: 100%; |
|
279 |
} |
|
280 |
||
281 |
#nav-menu-theme-locations .button-controls { |
|
282 |
text-align: left; |
|
283 |
} |
|
284 |
||
285 |
.add-menu-item-view-all { |
|
286 |
height: 400px; |
|
287 |
} |
|
288 |
||
289 |
/* Button Primary Actions */ |
|
290 |
#menu-container .submit { |
|
291 |
margin: 0 0 10px; |
|
292 |
padding: 0; |
|
293 |
} |
|
294 |
||
295 |
/* @todo: is this actually used? */ |
|
296 |
#cancel-save { |
|
297 |
text-decoration: underline; |
|
298 |
font-size: 12px; |
|
299 |
margin-right: 20px; |
|
300 |
margin-top: 5px; |
|
301 |
} |
|
302 |
||
303 |
.button.right, .button-secondary.right, .button-primary.right { |
|
304 |
float: left; |
|
305 |
} |
|
306 |
||
307 |
/* Button Secondary Actions */ |
|
308 |
.list-controls { |
|
309 |
float: right; |
|
310 |
margin-top: 5px; |
|
311 |
} |
|
312 |
||
313 |
.add-to-menu { |
|
314 |
float: left; |
|
315 |
} |
|
316 |
||
317 |
.button-controls { |
|
9 | 318 |
clear: both; |
5 | 319 |
margin: 10px 0; |
320 |
} |
|
321 |
||
322 |
.show-all, |
|
323 |
.hide-all { |
|
324 |
cursor: pointer; |
|
325 |
} |
|
326 |
||
327 |
.hide-all { |
|
328 |
display: none; |
|
329 |
} |
|
330 |
||
331 |
/* Create Menu */ |
|
332 |
#menu-name { |
|
333 |
width: 270px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
334 |
vertical-align: middle; |
5 | 335 |
} |
336 |
||
337 |
#manage-menu .inside { |
|
338 |
padding: 0px 0px; |
|
339 |
} |
|
340 |
||
341 |
/* Custom Links */ |
|
342 |
#available-links dt { |
|
343 |
display: block; |
|
344 |
} |
|
345 |
||
346 |
#add-custom-link .howto { |
|
347 |
font-size: 12px; |
|
348 |
} |
|
349 |
||
350 |
#add-custom-link label span { |
|
351 |
display: block; |
|
352 |
float: right; |
|
353 |
margin-top: 5px; |
|
354 |
padding-left: 5px; |
|
355 |
} |
|
356 |
||
357 |
.menu-item-textbox { |
|
358 |
width: 180px; |
|
359 |
} |
|
360 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
361 |
.customlinkdiv label, |
5 | 362 |
.nav-menus-php .howto span { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
363 |
float: right; |
5 | 364 |
margin-top: 6px; |
365 |
} |
|
366 |
||
367 |
/* Menu item types */ |
|
368 |
.quick-search { |
|
369 |
width: 190px; |
|
370 |
} |
|
371 |
||
372 |
.quick-search-wrap .spinner { |
|
373 |
float: none; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
374 |
margin: -3px 0 0 -10px; |
5 | 375 |
} |
376 |
||
377 |
.nav-menus-php .list-wrap { |
|
378 |
display: none; |
|
379 |
clear: both; |
|
380 |
margin-bottom: 10px; |
|
381 |
} |
|
382 |
||
383 |
.nav-menus-php .postbox p.submit { |
|
384 |
margin-bottom: 0; |
|
385 |
} |
|
386 |
||
387 |
/* Listings */ |
|
388 |
.nav-menus-php .list li { |
|
389 |
display: none; |
|
390 |
margin: 0; |
|
391 |
margin-bottom: 5px; |
|
392 |
} |
|
393 |
||
394 |
.nav-menus-php .list li .menu-item-title { |
|
395 |
cursor: pointer; |
|
396 |
display: block; |
|
397 |
} |
|
398 |
||
399 |
.nav-menus-php .list li .menu-item-title input { |
|
400 |
margin-left: 3px; |
|
401 |
margin-top: -3px; |
|
402 |
} |
|
403 |
||
404 |
.menu-item-title input[type=checkbox] { |
|
405 |
display: inline-block; |
|
406 |
margin-top: -4px; |
|
407 |
} |
|
408 |
||
16 | 409 |
.menu-item-title .post-state { |
410 |
font-weight: 600; |
|
411 |
} |
|
412 |
||
5 | 413 |
/* Nav Menu */ |
414 |
#menu-container .inside { |
|
415 |
padding-bottom: 10px; |
|
416 |
} |
|
417 |
||
418 |
.menu { |
|
9 | 419 |
padding-top: 1em; |
5 | 420 |
} |
421 |
||
422 |
#menu-to-edit { |
|
423 |
margin: 0; |
|
424 |
padding: 0.1em 0; |
|
425 |
} |
|
426 |
||
427 |
.menu ul { |
|
428 |
width: 100%; |
|
429 |
} |
|
430 |
||
431 |
.menu li { |
|
432 |
margin-bottom: 0; |
|
9 | 433 |
position: relative; |
5 | 434 |
} |
435 |
||
436 |
.menu-item-bar { |
|
9 | 437 |
clear: both; |
438 |
line-height: 1.5; |
|
439 |
position: relative; |
|
5 | 440 |
margin: 9px 0 0; |
441 |
} |
|
442 |
||
443 |
.menu-item-bar .menu-item-handle { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
444 |
border: 1px solid #ddd; |
5 | 445 |
position: relative; |
446 |
padding: 10px 15px; |
|
447 |
height: auto; |
|
448 |
min-height: 20px; |
|
449 |
width: 382px; |
|
16 | 450 |
line-height: 2.30769230; |
5 | 451 |
overflow: hidden; |
452 |
word-wrap: break-word; |
|
453 |
} |
|
454 |
||
455 |
.menu-item-bar .menu-item-handle:hover { |
|
456 |
border-color: #999; |
|
457 |
} |
|
458 |
||
459 |
#menu-to-edit .menu-item-invalid .menu-item-handle { |
|
460 |
background: #f6c9cc; |
|
461 |
border-color: #f1acb1; |
|
462 |
} |
|
463 |
||
464 |
.no-js .menu-item-edit-active .item-edit { |
|
465 |
display: none; |
|
466 |
} |
|
467 |
||
468 |
.js .menu-item-handle { |
|
469 |
cursor: move; |
|
470 |
} |
|
471 |
||
472 |
.menu li.deleting .menu-item-handle { |
|
473 |
background-image: none; |
|
474 |
background-color: #f66; |
|
475 |
} |
|
476 |
||
477 |
.menu-item-handle .item-title { |
|
478 |
font-size: 13px; |
|
479 |
font-weight: 600; |
|
16 | 480 |
line-height: 1.53846153; |
5 | 481 |
display: block; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
482 |
/* @todo: responsive view. */ |
5 | 483 |
margin-left: 13em; |
484 |
} |
|
485 |
||
486 |
.menu-item-handle .menu-item-title.no-title { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
487 |
color: #72777c; |
5 | 488 |
} |
489 |
||
490 |
/* Sortables */ |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
491 |
li.menu-item.ui-sortable-helper .menu-item-bar { |
5 | 492 |
margin-top: 0; |
493 |
} |
|
494 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
495 |
li.menu-item.ui-sortable-helper .menu-item-transport .menu-item-bar { |
9 | 496 |
margin-top: 9px; /* Must use the same value used by the dragged item .menu-item-bar */ |
5 | 497 |
} |
498 |
||
499 |
.menu .sortable-placeholder { |
|
500 |
height: 35px; |
|
501 |
width: 410px; |
|
9 | 502 |
margin-top: 9px; /* Must use the same value used by the dragged item .menu-item-bar */ |
5 | 503 |
} |
504 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
505 |
/* Hide the transport list when it's empty */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
506 |
.menu-item .menu-item-transport:empty { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
507 |
display: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
508 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
509 |
|
5 | 510 |
/* WARNING: The factor of 30px is hardcoded into the nav-menus JavaScript. */ |
511 |
.menu-item-depth-0 { margin-right: 0px; } |
|
512 |
.menu-item-depth-1 { margin-right: 30px; } |
|
513 |
.menu-item-depth-2 { margin-right: 60px; } |
|
514 |
.menu-item-depth-3 { margin-right: 90px; } |
|
515 |
.menu-item-depth-4 { margin-right: 120px; } |
|
516 |
.menu-item-depth-5 { margin-right: 150px; } |
|
517 |
.menu-item-depth-6 { margin-right: 180px; } |
|
518 |
.menu-item-depth-7 { margin-right: 210px; } |
|
519 |
.menu-item-depth-8 { margin-right: 240px; } |
|
520 |
.menu-item-depth-9 { margin-right: 270px; } |
|
521 |
.menu-item-depth-10 { margin-right: 300px; } |
|
522 |
.menu-item-depth-11 { margin-right: 330px; } |
|
523 |
||
524 |
.menu-item-depth-0 .menu-item-transport { margin-right: 0px; } |
|
525 |
.menu-item-depth-1 .menu-item-transport { margin-right: -30px; } |
|
526 |
.menu-item-depth-2 .menu-item-transport { margin-right: -60px; } |
|
527 |
.menu-item-depth-3 .menu-item-transport { margin-right: -90px; } |
|
528 |
.menu-item-depth-4 .menu-item-transport { margin-right: -120px; } |
|
529 |
.menu-item-depth-5 .menu-item-transport { margin-right: -150px; } |
|
530 |
.menu-item-depth-6 .menu-item-transport { margin-right: -180px; } |
|
531 |
.menu-item-depth-7 .menu-item-transport { margin-right: -210px; } |
|
532 |
.menu-item-depth-8 .menu-item-transport { margin-right: -240px; } |
|
533 |
.menu-item-depth-9 .menu-item-transport { margin-right: -270px; } |
|
534 |
.menu-item-depth-10 .menu-item-transport { margin-right: -300px; } |
|
535 |
.menu-item-depth-11 .menu-item-transport { margin-right: -330px; } |
|
536 |
||
537 |
body.menu-max-depth-0 { min-width: 950px !important; } |
|
538 |
body.menu-max-depth-1 { min-width: 980px !important; } |
|
539 |
body.menu-max-depth-2 { min-width: 1010px !important; } |
|
540 |
body.menu-max-depth-3 { min-width: 1040px !important; } |
|
541 |
body.menu-max-depth-4 { min-width: 1070px !important; } |
|
542 |
body.menu-max-depth-5 { min-width: 1100px !important; } |
|
543 |
body.menu-max-depth-6 { min-width: 1130px !important; } |
|
544 |
body.menu-max-depth-7 { min-width: 1160px !important; } |
|
545 |
body.menu-max-depth-8 { min-width: 1190px !important; } |
|
546 |
body.menu-max-depth-9 { min-width: 1220px !important; } |
|
547 |
body.menu-max-depth-10 { min-width: 1250px !important; } |
|
548 |
body.menu-max-depth-11 { min-width: 1280px !important; } |
|
549 |
||
550 |
/* Menu item controls */ |
|
551 |
.item-type { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
552 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
553 |
padding: 12px 16px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
554 |
color: #666; |
5 | 555 |
font-size: 12px; |
9 | 556 |
line-height: 1.5; |
5 | 557 |
} |
558 |
||
559 |
.item-controls { |
|
560 |
font-size: 12px; |
|
561 |
position: absolute; |
|
562 |
left: 20px; |
|
563 |
top: -1px; |
|
564 |
} |
|
565 |
||
566 |
.item-controls a { |
|
567 |
text-decoration: none; |
|
568 |
} |
|
569 |
||
570 |
.item-controls a:hover { |
|
571 |
cursor: pointer; |
|
572 |
} |
|
573 |
||
574 |
.item-controls .item-order { |
|
575 |
padding-left: 10px; |
|
576 |
} |
|
577 |
||
578 |
.nav-menus-php .item-edit { |
|
579 |
position: absolute; |
|
580 |
left: -20px; |
|
581 |
top: 0; |
|
582 |
display: block; |
|
583 |
width: 30px; |
|
584 |
height: 40px; |
|
585 |
outline: none; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
586 |
} |
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 |
.no-js.nav-menus-php .item-edit { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
589 |
position: static; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
590 |
float: left; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
591 |
width: auto; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
592 |
height: auto; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
593 |
margin: 12px 0 12px -10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
594 |
padding: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
595 |
color: #0073aa; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
596 |
text-decoration: underline; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
597 |
font-size: 12px; |
9 | 598 |
line-height: 1.5; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
599 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
600 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
601 |
.no-js.nav-menus-php .item-edit .screen-reader-text { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
602 |
position: static; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
603 |
-webkit-clip-path: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
604 |
clip-path: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
605 |
width: auto; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
606 |
height: auto; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
607 |
margin: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
608 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
609 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
610 |
.nav-menus-php .item-edit:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
611 |
margin-top: 10px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
612 |
margin-right: 4px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
613 |
width: 20px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
614 |
border-radius: 50%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
615 |
text-indent: -1px; /* account for the dashicon alignment */ |
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 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
618 |
.no-js.nav-menus-php .item-edit:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
619 |
display: none; |
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 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
622 |
.rtl .nav-menus-php .item-edit:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
623 |
text-indent: 1px; /* account for the dashicon alignment */ |
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 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
626 |
.js.nav-menus-php .item-edit:focus { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
627 |
box-shadow: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
628 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
629 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
630 |
.nav-menus-php .item-edit:focus:before { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
631 |
box-shadow: |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
632 |
0 0 0 1px #5b9dd9, |
9 | 633 |
0 0 2px 1px rgba(30, 140, 190, 0.8); |
5 | 634 |
} |
635 |
||
636 |
/* Menu editing */ |
|
637 |
.menu-instructions-inactive { |
|
638 |
display: none; |
|
639 |
} |
|
640 |
||
641 |
.menu-item-settings { |
|
642 |
display: block; |
|
643 |
width: 402px; |
|
644 |
padding: 10px 10px 10px 0; |
|
645 |
position: relative; |
|
646 |
z-index: 10; /* Keep .item-title's shadow from appearing on top of .menu-item-settings */ |
|
16 | 647 |
border: 1px solid #ccd0d4; |
5 | 648 |
border-top: none; |
9 | 649 |
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); |
5 | 650 |
} |
651 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
652 |
.menu-item-settings .field-move { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
653 |
margin: 3px 0 5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
654 |
line-height: 1.5; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
655 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
656 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
657 |
.field-move-visual-label { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
658 |
float: right; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
659 |
margin-left: 4px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
660 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
661 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
662 |
.menu-item-settings .field-move .button-link { |
5 | 663 |
display: none; |
664 |
margin: 0 2px; |
|
665 |
} |
|
666 |
||
667 |
.menu-item-edit-active .menu-item-settings { |
|
668 |
display: block; |
|
669 |
} |
|
670 |
||
671 |
.menu-item-edit-inactive .menu-item-settings { |
|
672 |
display: none; |
|
673 |
} |
|
674 |
||
675 |
.add-menu-item-pagelinks { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
676 |
margin: .5em -10px; |
5 | 677 |
text-align: center; |
678 |
} |
|
679 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
680 |
.add-menu-item-pagelinks .page-numbers { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
681 |
display: inline-block; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
682 |
min-width: 20px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
683 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
684 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
685 |
.add-menu-item-pagelinks .page-numbers.dots { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
686 |
min-width: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
687 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
688 |
|
5 | 689 |
.link-to-original { |
690 |
display: block; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
691 |
margin: 0 0 15px; |
5 | 692 |
padding: 3px 5px 5px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
693 |
border: 1px solid #ddd; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
694 |
color: #72777c; |
5 | 695 |
font-size: 12px; |
696 |
} |
|
697 |
||
698 |
.link-to-original a { |
|
699 |
padding-right: 4px; |
|
700 |
font-style: normal; |
|
701 |
} |
|
702 |
||
703 |
.hidden-field { |
|
704 |
display: none; |
|
705 |
} |
|
706 |
||
707 |
.menu-item-settings .description-thin, |
|
708 |
.menu-item-settings .description-wide { |
|
709 |
margin-left: 10px; |
|
710 |
float: right; |
|
711 |
} |
|
712 |
||
713 |
.description-thin { |
|
714 |
width: 190px; |
|
715 |
} |
|
716 |
||
717 |
.description-wide { |
|
718 |
width: 390px; |
|
719 |
} |
|
720 |
||
721 |
.menu-item-actions { |
|
722 |
padding-top: 15px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
723 |
padding-bottom: 7px; |
5 | 724 |
} |
725 |
||
726 |
#cancel-save { |
|
727 |
cursor: pointer; |
|
728 |
} |
|
729 |
||
730 |
/* Major/minor publishing actions (classes) */ |
|
731 |
.nav-menus-php .major-publishing-actions { |
|
732 |
clear: both; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
733 |
padding: 10px 0; |
16 | 734 |
line-height: 2.15384615; |
5 | 735 |
} |
736 |
||
737 |
.nav-menus-php .major-publishing-actions .publishing-action { |
|
738 |
text-align: left; |
|
739 |
float: left; |
|
740 |
} |
|
741 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
742 |
/* Same as the Publish Meta Box #delete-action */ |
5 | 743 |
.nav-menus-php .delete-action { |
744 |
float: right; |
|
9 | 745 |
line-height: 2.1; |
5 | 746 |
} |
747 |
||
748 |
.nav-menus-php .major-publishing-actions .form-invalid { |
|
749 |
padding-right: 4px; |
|
750 |
margin-right: -4px; |
|
751 |
} |
|
752 |
||
753 |
#nav-menus-frame, |
|
754 |
.button-controls, |
|
755 |
#menu-item-url-wrap, |
|
756 |
#menu-item-name-wrap { |
|
757 |
display: block; |
|
758 |
} |
|
759 |
||
760 |
/* =Media Queries |
|
761 |
-------------------------------------------------------------- */ |
|
762 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
763 |
@media only screen and (min-width: 769px) and (max-width: 1000px){ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
764 |
body.menu-max-depth-0 { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
765 |
min-width: 0 !important; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
766 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
767 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
768 |
#menu-management-liquid{ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
769 |
width: 100%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
770 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
771 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
772 |
.nav-menus-php #post-body-content{ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
773 |
min-width: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
774 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
775 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
776 |
.menu-item-bar .menu-item-handle{ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
777 |
width: 90%; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
778 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
779 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
780 |
|
9 | 781 |
@media screen and (max-width: 782px) { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
782 |
body.nav-menus-php, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
783 |
body.wp-customizer { |
5 | 784 |
min-width: 0 !important; |
785 |
} |
|
786 |
||
787 |
#nav-menus-frame { |
|
788 |
margin-right: 0; |
|
789 |
float: none; |
|
790 |
width: 100%; |
|
791 |
} |
|
792 |
||
793 |
#wpbody-content #menu-settings-column { |
|
794 |
display: block; |
|
795 |
width: 100%; |
|
796 |
float: none; |
|
797 |
margin-right: 0; |
|
798 |
} |
|
799 |
||
800 |
#side-sortables .add-menu-item-tabs { |
|
801 |
margin: 15px 0 14px; |
|
802 |
} |
|
803 |
||
804 |
ul.add-menu-item-tabs li.tabs { |
|
805 |
padding: 13px 15px 14px; |
|
806 |
} |
|
807 |
||
808 |
.nav-menus-php .customlinkdiv .howto input { |
|
809 |
width: 65%; |
|
810 |
} |
|
811 |
||
812 |
.nav-menus-php .quick-search { |
|
813 |
width: 85%; |
|
814 |
} |
|
815 |
||
816 |
#menu-management-liquid { |
|
817 |
margin-top: 25px; |
|
818 |
} |
|
819 |
||
820 |
.nav-menus-php .menu-name-label.howto span { |
|
821 |
margin-top: 13px |
|
822 |
} |
|
823 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
824 |
#menu-name { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
825 |
width: 100%; |
5 | 826 |
} |
827 |
||
9 | 828 |
.nav-menus-php #nav-menu-header .major-publishing-actions .publishing-action { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
829 |
padding-top: 1em; |
5 | 830 |
} |
831 |
||
832 |
.nav-menus-php .delete-action { |
|
833 |
font-size: 14px; |
|
16 | 834 |
line-height: 2.14285714; |
5 | 835 |
} |
836 |
||
837 |
.menu-item-bar .menu-item-handle, |
|
838 |
.menu-item-settings, |
|
839 |
.description-wide { |
|
840 |
width: auto; |
|
841 |
} |
|
842 |
||
843 |
.menu-item-settings { |
|
844 |
padding: 10px; |
|
845 |
} |
|
846 |
||
847 |
.menu-item-settings .description-thin, |
|
848 |
.menu-item-settings .description-wide { |
|
849 |
width: 100%; |
|
850 |
} |
|
851 |
||
852 |
.menu-item-settings input { |
|
853 |
width: 100%; |
|
854 |
} |
|
855 |
||
856 |
.menu-item-settings input[type="checkbox"], |
|
857 |
.menu-item-settings input[type="radio"] { |
|
858 |
width: 25px; |
|
859 |
} |
|
860 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
861 |
.menu-settings-group { |
5 | 862 |
padding-right: 0; |
863 |
} |
|
864 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
865 |
.menu-settings-group-name { |
5 | 866 |
float: none; |
867 |
width: auto; |
|
868 |
margin-right: 0; |
|
869 |
margin-bottom: 15px; |
|
870 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
871 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
872 |
.menu-settings-input { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
873 |
float: none; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
874 |
margin-bottom: 15px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
875 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
876 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
877 |
.menu-edit .checkbox-input { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
878 |
margin-top: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
879 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
880 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
881 |
.manage-menus select { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
882 |
margin: 0.5em 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
883 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
884 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
885 |
.widefat .menu-locations .menu-location-title { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
886 |
padding-top: 16px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
887 |
} |
5 | 888 |
} |
889 |
||
890 |
@media only screen and (max-width: 768px) { |
|
891 |
/* menu locations */ |
|
892 |
#menu-locations-wrap .widefat { |
|
893 |
width: 100%; |
|
894 |
} |
|
895 |
} |