diff -r c7c34916027a -r 177826044cd9 wp/wp-admin/css/edit-rtl.css --- a/wp/wp-admin/css/edit-rtl.css Mon Oct 14 18:06:33 2019 +0200 +++ b/wp/wp-admin/css/edit-rtl.css Mon Oct 14 18:28:13 2019 +0200 @@ -154,7 +154,7 @@ position: relative; min-width: 255px; border: 1px solid #e5e5e5; - box-shadow: 0 1px 1px rgba(0,0,0,0.04); + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); background: #fff; } @@ -167,7 +167,7 @@ border: 0 none; float: left; padding: 0 12px; - margin:0; + margin: 0; } .category-add input[type="text"], @@ -214,7 +214,7 @@ /* Back-compat for pre-4.4 */ #category-adder h4 { - margin: 0; + margin: 0; } .taxonomy-add-new { @@ -312,7 +312,7 @@ border: 1px solid #e5e5e5; border-top: none; background-color: #f7f7f7; - box-shadow: 0 1px 1px rgba(0,0,0,0.04); + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); z-index: 999; } @@ -496,6 +496,7 @@ #timestampdiv input { border-width: 1px; border-style: solid; + text-align: center; } .notification-dialog { @@ -506,7 +507,7 @@ width: 450px; margin-right: -225px; background: #fff; - box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); line-height: 1.5; z-index: 1000005; overflow-y: auto; @@ -607,10 +608,18 @@ line-height: 1.4; } +#poststuff .stuffbox h2 { + padding: 8px 10px; +} + #poststuff .inside { margin: 6px 0 0 0; } +#poststuff .stuffbox .inside { + margin: 0; +} + #poststuff .inside #parent_id, #poststuff .inside #page_template { max-width: 100%; @@ -643,7 +652,7 @@ #post-body-content, .edit-form-section { - margin-bottom: 20px; + margin-bottom: 20px; } /* Suggested text for privacy policy */ @@ -854,33 +863,20 @@ 11.4 - Post formats ------------------------------------------------------------------------------*/ -.post-state-format { - overflow: hidden; +.post-format-icon::before { display: inline-block; vertical-align: middle; height: 20px; width: 20px; - margin-left: 5px; margin-top: -4px; -} - -.post-state-format:before { - display: block; - height: 20px; - width: 20px; - font: normal 20px/1 dashicons !important; + margin-left: 7px; + color: #ddd; + font: normal 20px/1 dashicons; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } -.post-state-format:before, -.post-format-icon:before { - color: #ddd; - transition: all .1s ease-in-out; -} - -a.post-state-format:hover:before, a.post-format-icon:hover:before { color: #00a0d2; } @@ -889,7 +885,7 @@ line-height: 2em; } -#post-formats-select .post-format-icon:before { +#post-formats-select .post-format-icon::before { top: 5px; } @@ -898,77 +894,47 @@ } label.post-format-icon { - margin-right: 0px; - padding: 2px 0px 2px 0; + margin-right: 0; + padding: 2px 0; } -.post-format-icon:before { - position: relative; - display: inline-block; - margin-left: 7px; - font: normal 20px/1 dashicons; - speak: none; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.post-state-format.post-format-standard:before, -.post-format-icon.post-format-standard:before, -a.post-state-format.format-standard:before { +.post-format-icon.post-format-standard::before { content: "\f109"; } -.post-state-format.post-format-image:before, -.post-format-icon.post-format-image:before, -a.post-state-format.format-image:before { +.post-format-icon.post-format-image::before { content: "\f128"; } -.post-state-format.post-format-gallery:before, -.post-format-icon.post-format-gallery:before, -a.post-state-format.format-gallery:before { +.post-format-icon.post-format-gallery::before { content: "\f161"; } -.post-state-format.post-format-audio:before, -.post-format-icon.post-format-audio:before, -a.post-state-format.format-audio:before { +.post-format-icon.post-format-audio::before { content: "\f127"; } -.post-state-format.post-format-video:before, -.post-format-icon.post-format-video:before, -a.post-state-format.format-video:before { +.post-format-icon.post-format-video::before { content: "\f126"; } -.post-state-format.post-format-chat:before, -.post-format-icon.post-format-chat:before, -a.post-state-format.format-chat:before { +.post-format-icon.post-format-chat::before { content: "\f125"; } -.post-state-format.post-format-status:before, -.post-format-icon.post-format-status:before, -a.post-state-format.format-status:before { +.post-format-icon.post-format-status::before { content: "\f130"; } -.post-state-format.post-format-aside:before, -.post-format-icon.post-format-aside:before, -a.post-state-format.format-aside:before { +.post-format-icon.post-format-aside::before { content: "\f123"; } -.post-state-format.post-format-quote:before, -.post-format-icon.post-format-quote:before, -a.post-state-format.format-quote:before { +.post-format-icon.post-format-quote::before { content: "\f122"; } -.post-state-format.post-format-link:before, -.post-format-icon.post-format-link:before, -a.post-state-format.format-link:before { +.post-format-icon.post-format-link::before { content: "\f103"; } @@ -1003,11 +969,11 @@ } div.tabs-panel-active { - display:block; + display: block; } div.tabs-panel-inactive { - display:none; + display: none; } #front-page-warning, @@ -1094,8 +1060,12 @@ 13.0 - Tags ------------------------------------------------------------------------------*/ +#poststuff .tagsdiv .ajaxtag { + margin-top: 1em; +} + #poststuff .tagsdiv .howto { - margin: 0 0 6px 0; + margin: 1em 0 6px 0; } .ajaxtag .newtag { @@ -1187,9 +1157,6 @@ .edit-tag-actions { margin-top: 20px; - overflow: hidden; - padding: 10px; - margin-left: 10px; } /* Comments */ @@ -1209,7 +1176,7 @@ } .comment-ays .comment-content a[href]:after { - content: '(' attr( href ) ')'; + content: "(" attr( href ) ")"; display: inline-block; padding: 0 4px; color: #72777C; @@ -1222,7 +1189,7 @@ } .comment-ays .comment-content p.edit-comment a[href]:after { - content: ''; + content: ""; padding: 0; } @@ -1246,6 +1213,15 @@ .stuffbox .editcomment { clear: none; + margin-top: 0; +} + +#namediv.stuffbox .editcomment input { + width: 100%; +} + +#namediv.stuffbox .editcomment.form-table td { + padding: 10px; } #comment-status-radio p { @@ -1297,12 +1273,10 @@ /* DFW 2 -------------------------------------------------------------- */ -#wp-content-wrap .mce-wp-dfw, #qt_content_dfw { display: none; } -.wp-editor-expand #wp-content-wrap .mce-wp-dfw, .wp-editor-expand #qt_content_dfw { display: inline-block; } @@ -1352,26 +1326,20 @@ .focus-on #adminmenuback, .focus-on #adminmenuwrap { transition-duration: 0.6s; - transition-property: -webkit-transform; transition-property: transform; - transition-property: transform, -webkit-transform; transition-timing-function: ease-in-out; } .focus-on #adminmenuback, .focus-on #adminmenuwrap { - -webkit-transform: translateX( 100% ); transform: translateX( 100% ); } .focus-off #adminmenuback, .focus-off #adminmenuwrap { - -webkit-transform: translateX( 0 ); transform: translateX( 0 ); transition-duration: 0.2s; - transition-property: -webkit-transform; transition-property: transform; - transition-property: transform, -webkit-transform; transition-timing-function: ease-in-out; } @@ -1432,7 +1400,7 @@ } } -@media screen and ( max-width: 782px ) { +@media screen and (max-width: 782px) { .wp-core-ui .edit-tag-actions .button-primary { margin-bottom: 0; } @@ -1445,12 +1413,20 @@ padding: 10px 10px; } + #poststuff .stuffbox .inside { + padding: 0 0 4px 2px; + } + #poststuff h3.hndle, /* Back-compat for pre-4.4 */ #poststuff .stuffbox > h3, /* Back-compat for pre-4.4 */ #poststuff h2 { padding: 12px; } + #namediv.stuffbox .editcomment.form-table td { + padding: 5px 10px; + } + .post-format-options { padding-left: 0; } @@ -1657,11 +1633,11 @@ .links-table td { padding: 10px 0; } - + .privacy-text-box { width: auto; } - + .privacy-text-box-toc { float: none; width: auto;