]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/deprecated-media-rtl.css
WordPress 4.2
[autoinstalls/wordpress.git] / wp-admin / css / deprecated-media-rtl.css
index ed90138d3f60733e2cd3169164f92989c6d662f1..ddf4edd080648c29a58e47e3c3946cc5b7f9ff92 100644 (file)
@@ -9,13 +9,50 @@ div#media-upload-header {
        background: #f9f9f9;
 }
 
-body#media-upload ul#sidemenu {
-       font-weight: normal;
-       margin: 0 5px;
+#sidemenu {
+       overflow: hidden;
+       float: none;
+       position: relative;
        right: 0;
        bottom: -1px;
-       float: none;
-       overflow: hidden;
+       margin: 0 5px;
+       padding-right: 10px;
+       list-style: none;
+       font-size: 12px;
+       font-weight: normal;
+}
+
+#sidemenu a {
+       padding: 0 7px;
+       display: block;
+       float: right;
+       line-height: 28px;
+       border-top: 1px solid #f9f9f9;
+       border-bottom: 1px solid #dfdfdf;
+       background-color: #f9f9f9;
+       text-decoration: none;
+       -webkit-transition: none;
+       transition: none;
+}
+
+#sidemenu li {
+       display: inline;
+       line-height: 200%;
+       list-style: none;
+       text-align: center;
+       white-space: nowrap;
+       margin: 0;
+       padding: 0;
+}
+
+#sidemenu a.current {
+       font-weight: normal;
+       padding-right: 6px;
+       padding-left: 6px;
+       border: 1px solid #dfdfdf;
+       border-bottom-color: #f1f1f1;
+       background-color: #f1f1f1;
+       color: #000;
 }
 
 #media-upload:after { /* clearfix */
@@ -66,19 +103,19 @@ th {
 /* specific to the image upload form */
 
 .image-align-none-label {
-       background: url(../images/align-none.png) no-repeat center right;
+       background: url(../images/align-none.png) no-repeat center left;
 }
 
 .image-align-left-label {
-       background: url(../images/align-left.png) no-repeat center right;
+       background: url(../images/align-left.png) no-repeat center left;
 }
 
 .image-align-center-label {
-       background: url(../images/align-center.png) no-repeat center right;
+       background: url(../images/align-center.png) no-repeat center left;
 }
 
 .image-align-right-label {
-       background: url(../images/align-right.png) no-repeat center right;
+       background: url(../images/align-right.png) no-repeat center left;
 }
 
 tr.image-size td {
@@ -192,7 +229,7 @@ abbr.required {
 
 .ui-sortable-helper {
        background-color: #fff;
-       border: 1px solid #aaa;
+       border: 1px solid #a0a5aa;
        opacity: 0.6;
        filter: alpha(opacity=60);
 }
@@ -341,7 +378,6 @@ table.not-image tr.image-only {
  * HiDPI Displays
  */
 @media print,
-  (-o-min-device-pixel-ratio: 5/4),
   (-webkit-min-device-pixel-ratio: 1.25),
   (min-resolution: 120dpi) {