diff -r be944660c56a -r 3d72ae0968f4 wp/wp-admin/css/edit.css --- a/wp/wp-admin/css/edit.css Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-admin/css/edit.css Tue Sep 27 16:37:53 2022 +0200 @@ -97,6 +97,12 @@ color: #646970; } +#sample-permalink { + display: inline-block; + max-width: 100%; + word-wrap: break-word; +} + #edit-slug-box .cancel { margin-right: 10px; padding: 0; @@ -146,6 +152,11 @@ margin-top: 3px; } +body.post-type-wp_navigation div#minor-publishing, +body.post-type-wp_navigation .inline-edit-status { + display: none; +} + /* Post Screen */ /* Only highlight drop zones when dragging and only in the 2 columns layout. */ @@ -450,7 +461,7 @@ } .curtime #timestamp { - padding: 2px 0 1px 0; + padding: 2px 0 1px; display: inline !important; height: auto !important; } @@ -650,7 +661,7 @@ } #poststuff .inside { - margin: 6px 0 0 0; + margin: 6px 0 0; } .link-php #poststuff .inside, @@ -721,7 +732,7 @@ font-weight: 600; margin: 0 0.8rem 1rem; font-size: 23px; - padding: 9px 0 4px 0; + padding: 9px 0 4px; line-height: 1.3; } @@ -1363,7 +1374,7 @@ } #poststuff .tagsdiv .howto { - margin: 1em 0 6px 0; + margin: 1em 0 6px; } .ajaxtag .newtag { @@ -1772,7 +1783,7 @@ } #titlediv #title-prompt-text { - padding: 10px 10px; + padding: 10px; } #poststuff .stuffbox .inside { @@ -1955,12 +1966,7 @@ } .misc-pub-section { - padding: 20px 10px 20px; - } - - .misc-pub-section > a { - float: right; - font-size: 16px; + padding: 20px 10px; } #delete-action,