diff -r be944660c56a -r 3d72ae0968f4 wp/wp-admin/css/nav-menus.css --- a/wp/wp-admin/css/nav-menus.css Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-admin/css/nav-menus.css Tue Sep 27 16:37:53 2022 +0200 @@ -303,7 +303,7 @@ #select-nav-menu-container { text-align: right; - padding: 0 10px 3px 10px; + padding: 0 10px 3px; margin-bottom: 5px; } @@ -433,7 +433,7 @@ } #manage-menu .inside { - padding: 0px 0px; + padding: 0; } /* Custom Links */ @@ -614,7 +614,7 @@ } /* WARNING: The factor of 30px is hardcoded into the nav-menus JavaScript. */ -.menu-item-depth-0 { margin-left: 0px; } +.menu-item-depth-0 { margin-left: 0; } .menu-item-depth-1 { margin-left: 30px; } .menu-item-depth-2 { margin-left: 60px; } .menu-item-depth-3 { margin-left: 90px; } @@ -627,7 +627,7 @@ .menu-item-depth-10 { margin-left: 300px; } .menu-item-depth-11 { margin-left: 330px; } -.menu-item-depth-0 .menu-item-transport { margin-left: 0px; } +.menu-item-depth-0 .menu-item-transport { margin-left: 0; } .menu-item-depth-1 .menu-item-transport { margin-left: -30px; } .menu-item-depth-2 .menu-item-transport { margin-left: -60px; } .menu-item-depth-3 .menu-item-transport { margin-left: -90px; } @@ -1005,7 +1005,7 @@ position: sticky; bottom: 0; z-index: 10; - box-shadow: 0 -1px 0 0px #ddd; + box-shadow: 0 -1px 0 0 #ddd; } #save_menu_header { @@ -1019,4 +1019,8 @@ #menu-locations-wrap .widefat { width: 100%; } + + .bulk-select-button { + padding: 5px 10px; + } }