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