diff -r be944660c56a -r 3d72ae0968f4 wp/wp-admin/css/edit-rtl.css --- a/wp/wp-admin/css/edit-rtl.css Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-admin/css/edit-rtl.css Tue Sep 27 16:37:53 2022 +0200 @@ -98,6 +98,12 @@ color: #646970; } +#sample-permalink { + display: inline-block; + max-width: 100%; + word-wrap: break-word; +} + #edit-slug-box .cancel { margin-left: 10px; padding: 0; @@ -147,6 +153,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. */ @@ -451,7 +462,7 @@ } .curtime #timestamp { - padding: 2px 0 1px 0; + padding: 2px 0 1px; display: inline !important; height: auto !important; } @@ -651,7 +662,7 @@ } #poststuff .inside { - margin: 6px 0 0 0; + margin: 6px 0 0; } .link-php #poststuff .inside, @@ -722,7 +733,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; } @@ -1364,7 +1375,7 @@ } #poststuff .tagsdiv .howto { - margin: 1em 0 6px 0; + margin: 1em 0 6px; } .ajaxtag .newtag { @@ -1773,7 +1784,7 @@ } #titlediv #title-prompt-text { - padding: 10px 10px; + padding: 10px; } #poststuff .stuffbox .inside { @@ -1956,12 +1967,7 @@ } .misc-pub-section { - padding: 20px 10px 20px; - } - - .misc-pub-section > a { - float: left; - font-size: 16px; + padding: 20px 10px; } #delete-action,