X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/9e77185fafaf4e60e2b73821e0e4b9b1a11fb85f..d3947bc013df7edd54b46deed8230d2eeafc5ecb:/wp-admin/css/deprecated-media-rtl.css?ds=inline diff --git a/wp-admin/css/deprecated-media-rtl.css b/wp-admin/css/deprecated-media-rtl.css index ed90138d..c6f07ea4 100644 --- a/wp-admin/css/deprecated-media-rtl.css +++ b/wp-admin/css/deprecated-media-rtl.css @@ -5,17 +5,54 @@ div#media-upload-header { padding: 5px 5px 0; font-weight: bold; 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: normal; +} + +#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: normal; + 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; } @@ -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; } @@ -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; @@ -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) {