X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/48ab98cb1779cf2088c1351ac3dd3d0da6fb31d3..e3ff8f35458a959c1879c0a4976701ed8dcfe651:/wp-admin/css/deprecated-media-rtl.css diff --git a/wp-admin/css/deprecated-media-rtl.css b/wp-admin/css/deprecated-media-rtl.css index ed90138d..9664cb86 100644 --- a/wp-admin/css/deprecated-media-rtl.css +++ b/wp-admin/css/deprecated-media-rtl.css @@ -3,19 +3,56 @@ div#media-upload-header { margin: 0; padding: 5px 5px 0; - font-weight: bold; + font-weight: 600; position: relative; - border-bottom: 1px solid #dfdfdf; + border-bottom: 1px solid #ddd; 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: 400; +} + +#sidemenu a { + padding: 0 7px; + display: block; + float: right; + line-height: 28px; + border-top: 1px solid #f9f9f9; + border-bottom: 1px solid #ddd; + 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: 400; + padding-right: 6px; + padding-left: 6px; + border: 1px solid #ddd; + border-bottom-color: #f1f1f1; + background-color: #f1f1f1; + color: #000; } #media-upload:after { /* clearfix */ @@ -25,13 +62,18 @@ body#media-upload ul#sidemenu { } #media-upload .slidetoggle { - border-top-color: #dfdfdf; + border-top-color: #ddd; } #media-upload input[type="radio"] { padding: 0; } +.media-upload-form label.form-help, +td.help { + color: #72777c; +} + form { margin: 1em; } @@ -47,7 +89,7 @@ th { .media-upload-form label.form-help, td.help { font-family: sans-serif; font-style: italic; - font-weight: normal; + font-weight: 400; } .media-upload-form p.help { @@ -66,19 +108,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 { @@ -110,7 +152,8 @@ thead.media-item-info tr { border: 8px solid #fff; } -abbr.required { +abbr.required, +span.required { text-decoration: none; border: none; } @@ -144,7 +187,7 @@ abbr.required { #media-upload label.help { font-family: sans-serif; font-style: italic; - font-weight: normal; + font-weight: 400; } #media-upload .ui-sortable .media-item { @@ -192,7 +235,7 @@ abbr.required { .ui-sortable-helper { background-color: #fff; - border: 1px solid #aaa; + border: 1px solid #a0a5aa; opacity: 0.6; filter: alpha(opacity=60); } @@ -233,7 +276,7 @@ abbr.required { clear: both; padding: 0 0 3px; font-size: 1.6em; - border-bottom: 1px solid #DADADA; + border-bottom: 1px solid #ddd; } h3.media-title { @@ -241,7 +284,7 @@ h3.media-title { } h4.media-sub-title { - border-bottom: 1px solid #DADADA; + border-bottom: 1px solid #ddd; font-size: 1.3em; margin: 12px; padding: 0 0 3px; @@ -251,7 +294,7 @@ h4.media-sub-title { h3.media-title, h4.media-sub-title { font-family: Georgia,"Times New Roman",Times,serif; - font-weight: normal; + font-weight: 400; color: #5A5A5A; } @@ -285,7 +328,7 @@ h4.media-sub-title { #gallery-settings label, #gallery-settings legend { font-size: 13px; - color: #464646; + color: #444; margin-left: 15px; } @@ -294,7 +337,7 @@ h4.media-sub-title { } #gallery-settings p.ml-submit { - border-top: 1px solid #dfdfdf; + border-top: 1px solid #ddd; } #gallery-settings select#columns { @@ -322,9 +365,14 @@ h4.media-sub-title { } p.media-types { + margin: 0; padding: 1em; } +p.media-types-required-info { + padding-top: 0; +} + tr.not-image { display: none; } @@ -341,7 +389,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) {