diff -r be944660c56a -r 3d72ae0968f4 wp/wp-admin/css/nav-menus-rtl.css --- a/wp/wp-admin/css/nav-menus-rtl.css Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-admin/css/nav-menus-rtl.css Tue Sep 27 16:37:53 2022 +0200 @@ -304,7 +304,7 @@ #select-nav-menu-container { text-align: left; - padding: 0 10px 3px 10px; + padding: 0 10px 3px; margin-bottom: 5px; } @@ -434,7 +434,7 @@ } #manage-menu .inside { - padding: 0px 0px; + padding: 0; } /* Custom Links */ @@ -615,7 +615,7 @@ } /* WARNING: The factor of 30px is hardcoded into the nav-menus JavaScript. */ -.menu-item-depth-0 { margin-right: 0px; } +.menu-item-depth-0 { margin-right: 0; } .menu-item-depth-1 { margin-right: 30px; } .menu-item-depth-2 { margin-right: 60px; } .menu-item-depth-3 { margin-right: 90px; } @@ -628,7 +628,7 @@ .menu-item-depth-10 { margin-right: 300px; } .menu-item-depth-11 { margin-right: 330px; } -.menu-item-depth-0 .menu-item-transport { margin-right: 0px; } +.menu-item-depth-0 .menu-item-transport { margin-right: 0; } .menu-item-depth-1 .menu-item-transport { margin-right: -30px; } .menu-item-depth-2 .menu-item-transport { margin-right: -60px; } .menu-item-depth-3 .menu-item-transport { margin-right: -90px; } @@ -1006,7 +1006,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 { @@ -1020,4 +1020,8 @@ #menu-locations-wrap .widefat { width: 100%; } + + .bulk-select-button { + padding: 5px 10px; + } }