]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/edit-rtl.css
WordPress 4.3
[autoinstalls/wordpress.git] / wp-admin / css / edit-rtl.css
index 4451aa9330f356799e653427ba87d53792f998d9..8ab7388fcc3417f4d6813dcc852ab7fc8dca625e 100644 (file)
@@ -30,7 +30,7 @@
 }
 
 #lost-connection-notice .spinner {
-       display: block;
+       visibility: visible;
        float: right;
        margin: 0 0 0 5px;
 }
        padding: 11px 10px;
 }
 
-#wp-fullscreen-save .fs-saved {
-       color: #999;
-       float: left;
-       margin-top: 4px;
-}
-
 #poststuff .inside-submitbox,
 #side-sortables .inside-submitbox {
        margin: 0 3px;
@@ -297,19 +291,6 @@ form#tags-filter {
        position: relative;
 }
 
-/* Edit posts */
-td.post-title strong,
-td.plugin-title strong {
-       display: block;
-       margin-bottom: .2em;
-       font-size: 14px;
-}
-
-td.post-title p,
-td.plugin-title p {
-       margin: 6px 0;
-}
-
 /* Global classes */
 .wp-hidden-children .wp-hidden-child,
 .ui-tabs-hide {
@@ -390,24 +371,6 @@ td.plugin-title p {
        border: 1px solid transparent;
 }
 
-.wp-fullscreen-wrap #content-textarea-clone {
-       display: none;
-}
-
-/* editor-expand.js override */
-.wp-fullscreen-wrap {
-       padding-top: 0 !important;
-}
-
-.wp-fullscreen-wrap .wp-editor-area {
-       margin-top: 0 !important;
-}
-
-.wp-fullscreen-wrap .mce-edit-area {
-       padding-top: 0 !important;
-}
-/* end editor-expand.js override */
-
 .wp-editor-expand #wp-content-editor-tools {
        z-index: 1000;
        border-bottom: 1px solid #e5e5e5;
@@ -449,6 +412,10 @@ td.plugin-title p {
        visibility: visible !important;
 }
 
+.mce-fullscreen #wp-content-wrap .mce-tinymce .mce-wp-dfw {
+       display: none;
+}
+
 .post-php.mce-fullscreen #wpadminbar,
 .mce-fullscreen #wp-content-wrap .mce-wp-dfw {
        display: none;
@@ -597,11 +564,11 @@ span.wp-media-buttons-icon:before {
        display: inline;
 }
 
-#excerpt,
-.attachmentlinks {
-       margin: 0;
+#excerpt {
+       display: block;
+       margin: 12px 0 0;
        height: 4em;
-       width: 98%;
+       width: 100%;
 }
 
 .tagchecklist {
@@ -1233,12 +1200,13 @@ table.links-table {
        display: inline-block;
 }
 
-.focus-on .wrap > h2,
+.focus-on .wrap > h1,
 .focus-on #wpfooter,
 .focus-on .postbox-container > *,
 .focus-on div.updated,
 .focus-on div.error,
 .focus-on div.notice,
+.focus-on .update-nag,
 .focus-on #wp-toolbar,
 .focus-on #screen-meta-links,
 .focus-on #screen-meta {
@@ -1255,12 +1223,13 @@ table.links-table {
        opacity: 0.3;
 }
 
-.focus-off .wrap > h2,
+.focus-off .wrap > h1,
 .focus-off #wpfooter,
 .focus-off .postbox-container > *,
 .focus-off div.updated,
 .focus-off div.error,
 .focus-off div.notice,
+.focus-off .update-nag,
 .focus-off #wp-toolbar,
 .focus-off #screen-meta-links,
 .focus-off #screen-meta {
@@ -1463,7 +1432,7 @@ table.links-table {
 
        .tagchecklist span {
                font-size: 16px;
-               line-height: 120%;
+               line-height: 1.4;
        }
 
        /* Discussion */
@@ -1561,6 +1530,11 @@ table.links-table {
                line-height: 47px;
        }
 
+       #publishing-action .spinner {
+               float: none;
+               margin-top: -2px; /* Half of the Publish button's bottom margin. */
+       }
+
        /* Moderate Comment */
        .comment-ays th,
        .comment-ays td {