]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/css/media-views-rtl.css
WordPress 4.1
[autoinstalls/wordpress.git] / wp-includes / css / media-views-rtl.css
index d122b8fe3fdb562858243fff628d4fbdd2343a74..2ad671a4a97d60e3b9b28f63666f067e4950f507 100644 (file)
        display: none;
 }
 
-/* Enable draggable on IE10 touch events until it's rolled into jQuery UI core */
-.ui-sortable,
-.ui-draggable {
-       -ms-touch-action: none;
-       touch-action: none;
-}
-
-.meta-box-sortables.ui-sortable {
-       -ms-touch-action: auto;
-       touch-action: auto;
-}
-
-.meta-box-sortables.ui-sortable .hndle {
+/*!
+ * jQuery UI Draggable/Sortable 1.11.2
+ * http://jqueryui.com
+ *
+ * Copyright 2014 jQuery Foundation and other contributors
+ * Released under the MIT license.
+ * http://jquery.org/license
+ */
+.ui-draggable-handle,
+.ui-sortable-handle {
        -ms-touch-action: none;
-       touch-action: none;
+       touch-action:     none;
 }
 
 /**
 .media-toolbar-primary {
        float: left;
        height: 100%;
+       max-width: 33%;
 }
 
 .media-toolbar-secondary {
        float: right;
        height: 100%;
+       max-width: 66%;
 }
 
 .media-toolbar-primary > .media-button,
        margin-left: 4%;
        font-size: 12px;
        text-align: left;
+       word-wrap: break-word;
+}
+
+.media-sidebar .setting .name {
+       max-width: 80px;
 }
 
 .media-sidebar .setting select,
  */
 .media-frame select.attachment-filters {
        margin-top: 11px;
-       margin-left: 10px;
+       margin-left: 2%;
+       max-width: 47%;
 }
 
 /**
        -webkit-appearance: none;
 }
 
-.media-toolbar-secondary .search {
-       margin-left: 16px;
+.media-toolbar-primary .search {
+       max-width: 100%;
 }
 
 /**
 }
 
 .attachment .close {
-       display: none;
+       display: block;
        position: absolute;
        top: 5px;
        left: 5px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.3 );
        box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.3 );
+       -webkit-transition-duration: none;
+       transition-duration: none;
+       -webkit-transition-property: none;
+       transition-property: none;
 }
 
-.attachment .close:hover {
+.attachment a.close:hover,
+.attachment a.close:focus {
        -webkit-box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.6 );
        box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.6 );
-}
+       background-position: -36px 4px;
 
-.attachment:hover .close {
-       display: block;
 }
 
 .attachment .check {
 }
 
 .media-selection .attachment {
-       width: 48px;
+       width: 40px;
        padding: 0;
-       margin: 0;
+       margin: 4px;
        -webkit-box-shadow: none;
        box-shadow: none;
 }
 
 .media-selection .attachment .thumbnail {
-       top: 4px;
-       left: 4px;
-       bottom: 4px;
-       right: 4px;
+       top: 0;
+       left: 0;
+       bottom: 0;
+       right: 0;
 }
 
 .media-selection .attachment .icon {
        font-family: Arial, sans-serif;
 }
 
-@media only screen and (max-width: 940px) {
-       .media-frame-content .media-toolbar-primary .search,
-       .media-frame-content .media-toolbar-secondary .attachment-filters {
-               max-width: 134px;
-       }
-}
-
 /**
  * Responsive layout
  */
                display: none;
        }
 
-       .media-modal .attachments-browser .media-toolbar-primary,
-       .media-modal .attachments-browser .media-toolbar-secondary {
-               width: 50%;
-       }
-
        .media-modal .attachments-browser .media-toolbar .search {
                max-width: 100%;
                height: auto;
        }
 
        .media-modal .attachments-browser .media-toolbar .attachment-filters {
-               margin: 11px 0 0;
                height: auto;
-               max-width: 65%;
-               max-width: -webkit-calc(100% - 38px);
-               max-width: calc(100% - 38px);
        }
 
        .media-modal .attachments-browser .media-toolbar .spinner {
 }
 
 @media only screen and (max-width: 480px) {
-       .media-frame-content .media-toolbar .search,
-       .media-frame-content .media-toolbar .attachment-filters {
-               max-width: 90px;
-       }
-
        .media-modal-close {
                top: 5px;
                left: 5px;