X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/0459461f9ea42e0b090759ff6fe5f48360bef750..784f914b1e4b1c62d6657e86397c2e83bcee4295:/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 ddf4edd0..c6f07ea4 100644 --- a/wp-admin/css/deprecated-media-rtl.css +++ b/wp-admin/css/deprecated-media-rtl.css @@ -5,7 +5,7 @@ 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; } @@ -28,7 +28,7 @@ div#media-upload-header { float: right; line-height: 28px; border-top: 1px solid #f9f9f9; - border-bottom: 1px solid #dfdfdf; + border-bottom: 1px solid #ddd; background-color: #f9f9f9; text-decoration: none; -webkit-transition: none; @@ -49,7 +49,7 @@ div#media-upload-header { font-weight: normal; padding-right: 6px; padding-left: 6px; - border: 1px solid #dfdfdf; + border: 1px solid #ddd; border-bottom-color: #f1f1f1; background-color: #f1f1f1; color: #000; @@ -62,13 +62,18 @@ div#media-upload-header { } #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; } @@ -147,7 +152,8 @@ thead.media-item-info tr { border: 8px solid #fff; } -abbr.required { +abbr.required, +span.required { text-decoration: none; border: none; } @@ -270,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 { @@ -278,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; @@ -322,7 +328,7 @@ h4.media-sub-title { #gallery-settings label, #gallery-settings legend { font-size: 13px; - color: #464646; + color: #444; margin-left: 15px; } @@ -331,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 { @@ -359,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; }