X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/784f914b1e4b1c62d6657e86397c2e83bcee4295..0f74cdeda4c069bfbb9c4131ef1352f55b6f8499:/wp-admin/css/edit.css diff --git a/wp-admin/css/edit.css b/wp-admin/css/edit.css index d4108ae5..59b79e89 100644 --- a/wp-admin/css/edit.css +++ b/wp-admin/css/edit.css @@ -114,12 +114,12 @@ input#link_url { } #editable-post-name { - font-weight: bold; + font-weight: 600; } #editable-post-name input { font-size: 13px; - font-weight: normal; + font-weight: 400; height: 22px; margin: 0; width: 16em; @@ -129,23 +129,10 @@ input#link_url { float: left; } -.submitbox .submitdelete { - text-decoration: none; - padding: 1px 2px; -} - body.post-new-php .submitbox .submitdelete { display: none; } -/* @todo: do we really need this? word on the street is we don't and this -stray rule may actually be compensated for elsewhere. */ -#normal-sortables .submitbox .submitdelete:hover { - color: #000; - background-color: #f00; - border-bottom-color: #f00; -} - .submitbox .submit a:hover { text-decoration: underline; } @@ -281,7 +268,7 @@ ul.add-menu-item-tabs li.tabs, ul.category-tabs li, ul.add-menu-item-tabs li, ul.wp-tab-bar li { - padding: 3px 5px 5px; + padding: 3px 5px 6px; } #set-post-thumbnail { @@ -377,16 +364,6 @@ form#tags-filter { position: relative; } -#content-textarea-clone { - z-index: -1; - position: absolute; - top: 0; - visibility: hidden; - overflow: hidden; - max-width: 100%; - border: 1px solid transparent; -} - .wp-editor-expand #wp-content-editor-tools { z-index: 1000; border-bottom: 1px solid #e5e5e5; @@ -474,7 +451,7 @@ form#tags-filter { height: auto !important; } -#misc-publishing-actions label[for="post_status"]:before, +#post-body .misc-pub-post-status:before, #post-body #visibility:before, .curtime #timestamp:before, #post-body .misc-pub-revisions:before, @@ -482,20 +459,22 @@ span.wp-media-buttons-icon:before { color: #82878c; } +#post-body .misc-pub-post-status:before, #post-body #visibility:before, .curtime #timestamp:before, #post-body .misc-pub-revisions:before { font: normal 20px/1 dashicons; speak: none; display: inline-block; - padding: 0 2px 0 0; - top: 0; - left: -1px; - position: relative; + margin-left: -1px; + padding-right: 3px; vertical-align: top; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - text-decoration: none !important; +} + +#post-body .misc-pub-post-status:before { + content: "\f173"; } #post-body #visibility:before { @@ -504,6 +483,7 @@ span.wp-media-buttons-icon:before { .curtime #timestamp:before { content: "\f145"; + position: relative; top: -1px; } @@ -602,10 +582,9 @@ span.wp-media-buttons-icon:before { position: absolute; } -.tagchecklist span { - margin-right: 25px; - display: block; +.tagchecklist > span { float: left; + margin-right: 25px; font-size: 13px; line-height: 1.8em; cursor: default; @@ -614,16 +593,16 @@ span.wp-media-buttons-icon:before { text-overflow: ellipsis; } -.tagchecklist span a { - margin: 1px 0 0 -17px; +.tagchecklist .ntdelbutton { + position: absolute; + width: 24px; + height: 24px; + border: none; + margin: 0 0 0 -19px; + padding: 0; + background: none; cursor: pointer; - width: 20px; - height: 20px; - display: block; - float: left; text-indent: 0; - overflow: hidden; - position: absolute; } #poststuff h3.hndle, /* Back-compat for pre-4.4 */ @@ -644,22 +623,18 @@ span.wp-media-buttons-icon:before { max-width: 100%; } -#poststuff .inside label.spam, -#poststuff .inside label.deleted { - color: red; -} - -#poststuff .inside label.waiting { - color: orange; +.ie8 #poststuff .inside #parent_id, +.ie8 #poststuff .inside #page_template { + width: 250px; } -#poststuff .inside label.approved { - color: green; +.post-attributes-label-wrapper { + margin-bottom: 0.5em; } -.ie8 #poststuff .inside #parent_id, -.ie8 #poststuff .inside #page_template { - width: 250px; +.post-attributes-label { + vertical-align: baseline; + font-weight: 600; } #post-visibility-select { @@ -667,6 +642,7 @@ span.wp-media-buttons-icon:before { margin-top: 3px; } +#linksubmitdiv .inside, /* Old Link Manager back-compat. */ #poststuff #submitdiv .inside { margin: 0; padding: 0; @@ -981,15 +957,9 @@ ul.categorychecklist li { border-style: solid; } -.form-wrap p, -.form-wrap label { - font-size: 11px; -} - .form-wrap label { display: block; - padding: 2px; - font-size: 12px; + padding: 2px 0; } .form-field input[type="text"], @@ -1020,8 +990,8 @@ span.description, } .form-wrap .form-field { - margin: 0 0 10px; - padding: 8px 0; + margin: 1em 0; + padding: 0; } .form-wrap .form-field #parent { @@ -1037,6 +1007,9 @@ span.description, margin-top: -10px; } +.edit-term-notes { + margin-top: 2em; +} /*------------------------------------------------------------------------------ 13.0 - Tags @@ -1062,6 +1035,25 @@ span.description, width: 260px; } +.tagcloud-link.button-link { + color: #0073aa; + text-decoration: underline; +} + +.tagcloud-link.button-link:hover { + color: #00a0d2; +} + +.tagcloud-link.button-link:focus { + color: #124964; + -webkit-box-shadow: + 0 0 0 1px #5b9dd9, + 0 0 2px 1px rgba(30, 140, 190, .8); + box-shadow: + 0 0 0 1px #5b9dd9, + 0 0 2px 1px rgba(30, 140, 190, .8); +} + #post-body-content .tagsdiv .the-tags { margin: 0 5px; } @@ -1087,6 +1079,7 @@ p.popular-tags a { margin: 2px 0 12px; } +/* Suggest.js autocomplete, no more used by core. */ .ac_results { display: none; margin: -1px 0 0; @@ -1131,12 +1124,18 @@ p.popular-tags a { padding: 10px 15px; } +.comment-ays .comment-content ul { + list-style: initial; + margin-left: 2em; +} + .comment-ays .comment-content a[href]:after { content: '(' attr( href ) ')'; display: inline-block; padding: 0 4px; color: #72777C; font-size: 13px; + word-break: break-all; } .comment-ays .comment-content p.edit-comment { @@ -1190,7 +1189,7 @@ table.links-table { } .links-table th { - font-weight: normal; + font-weight: 400; text-align: left; vertical-align: top; min-width: 80px; @@ -1230,6 +1229,7 @@ table.links-table { } .focus-on .wrap > h1, +.focus-on .page-title-action, .focus-on #wpfooter, .focus-on .postbox-container > *, .focus-on div.updated, @@ -1253,6 +1253,7 @@ table.links-table { } .focus-off .wrap > h1, +.focus-off .page-title-action, .focus-off #wpfooter, .focus-off .postbox-container > *, .focus-off div.updated, @@ -1467,7 +1468,7 @@ table.links-table { margin: 25px 10px; } - .tagchecklist span { + .tagchecklist > span { font-size: 16px; line-height: 1.4; } @@ -1531,17 +1532,14 @@ table.links-table { } #wp-content-media-buttons a { - font-size: 16px; - line-height: 37px; - height: 39px; - padding: 0 20px 0 15px; + font-size: 14px; + padding: 6px 10px; } .wp-media-buttons span.wp-media-buttons-icon, .wp-media-buttons span.jetpack-contact-form-icon { width: 22px !important; - margin-top: -3px !important; - margin-left: -5px !important; + margin-left: -2px !important; } .wp-media-buttons .add_media span.wp-media-buttons-icon:before, @@ -1592,11 +1590,3 @@ table.links-table { padding: 10px 0; } } - -@media only screen and (max-width: 500px) { - /* Align Add Media + Visual + Text tabs */ - #wp-content-media-buttons a { - font-size: 14px; - padding: 0 10px 0 10px; - } -}