]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/media-rtl.css
WordPress 4.7-scripts
[autoinstalls/wordpress.git] / wp-admin / css / media-rtl.css
index 4406d96eff206fce1d9c68ba2473f1b506905a0e..24e15e151ae026beb1556576fdec9d503b172bcb 100644 (file)
@@ -769,13 +769,17 @@ border color while dragging a file over the uploader drop area */
 
 .edit-attachment-frame .attachment-media-view .details-image {
        display: block;
-       margin-bottom: 16px;
+       margin: 0 auto 16px;
        max-width: 100%;
        max-height: 90%;
        max-height: -webkit-calc( 100% - 42px );
        max-height: calc( 100% - 42px ); /* leave space for actions underneath */
 }
 
+.edit-attachment-frame .attachment-media-view .attachment-actions {
+       text-align: center;
+}
+
 .edit-attachment-frame .wp-media-wrapper {
        margin-bottom: 12px;
 }
@@ -1144,7 +1148,7 @@ span.imgedit-scale-warn {
 .imgedit-settings .imgedit-crop-sel input[type="text"] {
        width: 50px;
        font-size: 14px;
-       padding: 3px 5px;
+       padding: 5px 8px;
 }
 
 .imgedit-separator {