]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/edit-rtl.css
WordPress 4.5
[autoinstalls/wordpress.git] / wp-admin / css / edit-rtl.css
index 6259524645a0d112b4bbf4592504c2aba10c443d..03ee7f285d080f76b5aaa60bd7aa6cd1b42f0daf 100644 (file)
 }
 
 #titlediv #title-prompt-text {
-       color: #777;
+       color: #72777c;
        position: absolute;
        font-size: 1.7em;
        padding: 11px 10px;
 }
 
-#poststuff .inside-submitbox,
-#side-sortables .inside-submitbox {
-       margin: 0 3px;
-       font-size: 11px;
-}
-
 input#link_description,
 input#link_url {
        width: 98%;
@@ -135,19 +129,15 @@ input#link_url {
        float: right;
 }
 
-.submitbox .submit {
-       text-align: right;
-       padding: 12px 10px 10px;
-       font-size: 11px;
-       background-color: #464646;
-       color: #ccc;
-}
-
 .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 {
@@ -166,10 +156,6 @@ stray rule may actually be compensated for elsewhere. */
        padding: 6px;
 }
 
-.inside-submitbox #post_status {
-       margin: 2px -2px 2px 0;
-}
-
 #post-status-select {
        margin-top: 3px;
 }
@@ -271,11 +257,6 @@ ul.category-tabs li,
        border: 0 none;
 }
 
-#side-sortables .inside-submitbox .insidebox,
-.stuffbox .insidebox {
-       margin: 11px 0;
-}
-
 /* @todo: make this a more generic class */
 ul.category-tabs,
 ul.add-menu-item-tabs,
@@ -292,7 +273,7 @@ ul.add-menu-item-tabs li {
 ul.category-tabs li.tabs,
 ul.add-menu-item-tabs li.tabs,
 .wp-tab-active {
-       border: 1px solid #dfdfdf;
+       border: 1px solid #ddd;
        border-bottom-color: #fdfdfd;
        background-color: #fdfdfd;
 }
@@ -303,12 +284,18 @@ ul.wp-tab-bar li {
        padding: 3px 5px 5px;
 }
 
+#set-post-thumbnail {
+       display: inline-block;
+       max-width: 100%;
+}
+
 #postimagediv .inside img {
        max-width: 100%;
        height: auto;
        width: auto;
-       background-image: -webkit-linear-gradient(-45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), -webkit-linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4);
-       background-image: linear-gradient(-45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4);
+       vertical-align: top;
+       background-image: -webkit-linear-gradient(-45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), -webkit-linear-gradient(-45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4);
+       background-image: linear-gradient(-45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), linear-gradient(-45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4);
        background-position: 100% 0, 10px 10px;
        -webkit-background-size: 20px 20px;
        background-size: 20px 20px;
@@ -362,13 +349,15 @@ form#tags-filter {
 }
 
 #content-resize-handle {
-       background: transparent url(../images/resize.gif) no-repeat scroll left bottom;
+       background: transparent url(../images/resize.gif) no-repeat scroll right bottom;
        width: 12px;
        cursor: row-resize;
 }
 
+/*rtl:ignore*/
 .rtl #content-resize-handle {
-       background: transparent url(../images/resize-rtl.gif) no-repeat scroll right bottom;
+       background-image: url(../images/resize-rtl.gif);
+       background-position: left bottom;
 }
 
 .wp-editor-expand #content-resize-handle {
@@ -721,7 +710,7 @@ span.wp-media-buttons-icon:before {
 #postcustomstuff table {
        margin: 0;
        width: 100%;
-       border: 1px solid #dfdfdf;
+       border: 1px solid #ddd;
        border-spacing: 0;
        background-color: #f9f9f9;
 }
@@ -954,7 +943,7 @@ a.post-state-format.format-link:before {
        max-height: 200px;
        overflow: auto;
        padding: 0 0.9em;
-       border: solid 1px #dfdfdf;
+       border: solid 1px #ddd;
        background-color: #fdfdfd;
 }
 
@@ -1099,13 +1088,13 @@ p.popular-tags a {
 }
 
 .ac_results {
+       display: none;
+       margin: -1px 0 0;
        padding: 0;
-       margin: 0;
        list-style: none;
        position: absolute;
        z-index: 10000;
-       display: none;
-       border: 1px solid #808080;
+       border: 1px solid #5b9dd9;
        background-color: #fff;
 }
 
@@ -1114,14 +1103,16 @@ p.popular-tags a {
 }
 
 .ac_results li {
-       padding: 2px 5px;
+       margin: 0;
+       padding: 5px 10px;
        white-space: nowrap;
-       color: #101010;
        text-align: right;
 }
 
-.ac_over {
-       background-color: #f0f0b8;
+.ac_results .ac_over,
+.ac_over .ac_match {
+       background-color: #0073aa;
+       color: #fff;
        cursor: pointer;
 }
 
@@ -1140,6 +1131,23 @@ p.popular-tags a {
        padding: 10px 15px;
 }
 
+.comment-ays .comment-content a[href]:after {
+       content: '(' attr( href ) ')';
+       display: inline-block;
+       padding: 0 4px;
+       color: #72777C;
+       font-size: 13px;
+}
+
+.comment-ays .comment-content p.edit-comment {
+       margin-top: 10px;
+}
+
+.comment-ays .comment-content p.edit-comment a[href]:after {
+       content: '';
+       padding: 0;
+}
+
 .comment-ays-submit .button-cancel {
        margin-right: 1em;
 }
@@ -1312,14 +1320,16 @@ table.links-table {
   (min-resolution: 120dpi) {
        #content-resize-handle,
        #post-body .wp_themeSkin .mceStatusbar a.mceResize {
-               background: transparent url(../images/resize-2x.gif) no-repeat scroll left bottom;
+               background: transparent url(../images/resize-2x.gif) no-repeat scroll right bottom;
                -webkit-background-size: 11px 11px;
                background-size: 11px 11px;
        }
 
+       /*rtl:ignore*/
        .rtl #content-resize-handle,
        .rtl #post-body .wp_themeSkin .mceStatusbar a.mceResize {
-               background: transparent url(../images/resize-rtl-2x.gif) no-repeat scroll left bottom;
+               background-image: url(../images/resize-rtl-2x.gif);
+               background-position: left bottom;
        }
 }