equal
deleted
inserted
replaced
301 font-weight: 600; |
301 font-weight: 600; |
302 } |
302 } |
303 |
303 |
304 #select-nav-menu-container { |
304 #select-nav-menu-container { |
305 text-align: right; |
305 text-align: right; |
306 padding: 0 10px 3px 10px; |
306 padding: 0 10px 3px; |
307 margin-bottom: 5px; |
307 margin-bottom: 5px; |
308 } |
308 } |
309 |
309 |
310 #select-nav-menu { |
310 #select-nav-menu { |
311 width: 100px; |
311 width: 100px; |
431 width: 270px; |
431 width: 270px; |
432 vertical-align: middle; |
432 vertical-align: middle; |
433 } |
433 } |
434 |
434 |
435 #manage-menu .inside { |
435 #manage-menu .inside { |
436 padding: 0px 0px; |
436 padding: 0; |
437 } |
437 } |
438 |
438 |
439 /* Custom Links */ |
439 /* Custom Links */ |
440 #available-links dt { |
440 #available-links dt { |
441 display: block; |
441 display: block; |
612 .menu-item .menu-item-transport:empty { |
612 .menu-item .menu-item-transport:empty { |
613 display: none; |
613 display: none; |
614 } |
614 } |
615 |
615 |
616 /* WARNING: The factor of 30px is hardcoded into the nav-menus JavaScript. */ |
616 /* WARNING: The factor of 30px is hardcoded into the nav-menus JavaScript. */ |
617 .menu-item-depth-0 { margin-left: 0px; } |
617 .menu-item-depth-0 { margin-left: 0; } |
618 .menu-item-depth-1 { margin-left: 30px; } |
618 .menu-item-depth-1 { margin-left: 30px; } |
619 .menu-item-depth-2 { margin-left: 60px; } |
619 .menu-item-depth-2 { margin-left: 60px; } |
620 .menu-item-depth-3 { margin-left: 90px; } |
620 .menu-item-depth-3 { margin-left: 90px; } |
621 .menu-item-depth-4 { margin-left: 120px; } |
621 .menu-item-depth-4 { margin-left: 120px; } |
622 .menu-item-depth-5 { margin-left: 150px; } |
622 .menu-item-depth-5 { margin-left: 150px; } |
625 .menu-item-depth-8 { margin-left: 240px; } |
625 .menu-item-depth-8 { margin-left: 240px; } |
626 .menu-item-depth-9 { margin-left: 270px; } |
626 .menu-item-depth-9 { margin-left: 270px; } |
627 .menu-item-depth-10 { margin-left: 300px; } |
627 .menu-item-depth-10 { margin-left: 300px; } |
628 .menu-item-depth-11 { margin-left: 330px; } |
628 .menu-item-depth-11 { margin-left: 330px; } |
629 |
629 |
630 .menu-item-depth-0 .menu-item-transport { margin-left: 0px; } |
630 .menu-item-depth-0 .menu-item-transport { margin-left: 0; } |
631 .menu-item-depth-1 .menu-item-transport { margin-left: -30px; } |
631 .menu-item-depth-1 .menu-item-transport { margin-left: -30px; } |
632 .menu-item-depth-2 .menu-item-transport { margin-left: -60px; } |
632 .menu-item-depth-2 .menu-item-transport { margin-left: -60px; } |
633 .menu-item-depth-3 .menu-item-transport { margin-left: -90px; } |
633 .menu-item-depth-3 .menu-item-transport { margin-left: -90px; } |
634 .menu-item-depth-4 .menu-item-transport { margin-left: -120px; } |
634 .menu-item-depth-4 .menu-item-transport { margin-left: -120px; } |
635 .menu-item-depth-5 .menu-item-transport { margin-left: -150px; } |
635 .menu-item-depth-5 .menu-item-transport { margin-left: -150px; } |
1003 |
1003 |
1004 #nav-menu-footer { |
1004 #nav-menu-footer { |
1005 position: sticky; |
1005 position: sticky; |
1006 bottom: 0; |
1006 bottom: 0; |
1007 z-index: 10; |
1007 z-index: 10; |
1008 box-shadow: 0 -1px 0 0px #ddd; |
1008 box-shadow: 0 -1px 0 0 #ddd; |
1009 } |
1009 } |
1010 |
1010 |
1011 #save_menu_header { |
1011 #save_menu_header { |
1012 display: none; |
1012 display: none; |
1013 } |
1013 } |
1017 @media only screen and (max-width: 768px) { |
1017 @media only screen and (max-width: 768px) { |
1018 /* menu locations */ |
1018 /* menu locations */ |
1019 #menu-locations-wrap .widefat { |
1019 #menu-locations-wrap .widefat { |
1020 width: 100%; |
1020 width: 100%; |
1021 } |
1021 } |
1022 } |
1022 |
|
1023 .bulk-select-button { |
|
1024 padding: 5px 10px; |
|
1025 } |
|
1026 } |