src/wp-admin/css/nav-menus.css | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/wp-admin/css/nav-menus.css b/src/wp-admin/css/nav-menus.css
index 086ceafad8..5368a2d71d 100644
|
a
|
b
|
ul.add-menu-item-tabs li { |
| 103 | 103 | |
| 104 | 104 | #nav-menu-bulk-actions-bottom { |
| 105 | 105 | margin: 1em 0; |
| 106 | | margin: calc( 1em + 9px ) 0 ; |
| | 106 | margin: calc( 1em + 9px ) 0 ; |
| 107 | 107 | } |
| 108 | 108 | |
| 109 | 109 | .bulk-actions input.button { |
| … |
… |
body.menu-max-depth-11 { min-width: 1280px !important; } |
| 1000 | 1000 | |
| 1001 | 1001 | @media only screen and (min-width: 783px) { |
| 1002 | 1002 | @supports (position: sticky) and (scroll-margin-bottom: 130px) { |
| 1003 | | |
| | 1003 | |
| 1004 | 1004 | #nav-menu-footer { |
| 1005 | 1005 | position: sticky; |
| 1006 | 1006 | bottom: 0; |
| … |
… |
body.menu-max-depth-11 { min-width: 1280px !important; } |
| 1019 | 1019 | #menu-locations-wrap .widefat { |
| 1020 | 1020 | width: 100%; |
| 1021 | 1021 | } |
| | 1022 | .bulk-select-button { |
| | 1023 | padding:5px 10px; |
| | 1024 | } |
| 1022 | 1025 | } |