]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/edit.css
WordPress 4.7-scripts
[autoinstalls/wordpress.git] / wp-admin / css / edit.css
index ac7649217364a65c399bef40d7a4ce0b4c0abeaf..d33f1077f993a07187089fc5c8e08b95c5e91205 100644 (file)
@@ -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;
 }
@@ -464,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,
@@ -472,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 {
@@ -494,6 +483,7 @@ span.wp-media-buttons-icon:before {
 
 .curtime #timestamp:before {
        content: "\f145";
+       position: relative;
        top: -1px;
 }
 
@@ -592,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;
@@ -604,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 */
@@ -639,11 +628,21 @@ span.wp-media-buttons-icon:before {
        width: 250px;
 }
 
+.post-attributes-label-wrapper {
+       margin-bottom: 0.5em;
+}
+
+.post-attributes-label {
+       vertical-align: baseline;
+       font-weight: 600;
+}
+
 #post-visibility-select {
        line-height: 1.5em;
        margin-top: 3px;
 }
 
+#linksubmitdiv .inside, /* Old Link Manager back-compat. */
 #poststuff #submitdiv .inside {
        margin: 0;
        padding: 0;
@@ -1036,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;
 }
@@ -1061,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;
@@ -1447,7 +1466,7 @@ table.links-table {
                margin: 25px 10px;
        }
 
-       .tagchecklist span {
+       .tagchecklist span {
                font-size: 16px;
                line-height: 1.4;
        }