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