X-Git-Url: https://scripts.mit.edu/gitweb/autoinstallsdev/wordpress.git/blobdiff_plain/41578db67d72562346e4dbb2a14889b23d522813..607b7e02d77e7326161e8ec15639052d2040f745:/wp-admin/css/deprecated-media.css diff --git a/wp-admin/css/deprecated-media.css b/wp-admin/css/deprecated-media.css index edd4c0b2..9249309c 100644 --- a/wp-admin/css/deprecated-media.css +++ b/wp-admin/css/deprecated-media.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; left: 0; bottom: -1px; - float: none; - overflow: hidden; + margin: 0 5px; + padding-left: 10px; + list-style: none; + font-size: 12px; + font-weight: 400; +} + +#sidemenu a { + padding: 0 7px; + display: block; + float: left; + 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-left: 6px; + padding-right: 6px; + border: 1px solid #ddd; + border-bottom-color: #f1f1f1; + background-color: #f1f1f1; + color: #000; } #media-upload:after { /* clearfix */ @@ -24,19 +61,19 @@ body#media-upload ul#sidemenu { clear: both; } -#media-upload, -#media-upload .media-item .slidetoggle { - background: #fff; -} - #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; } @@ -52,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 { @@ -115,7 +152,8 @@ thead.media-item-info tr { border: 8px solid #fff; } -abbr.required { +abbr.required, +span.required { text-decoration: none; border: none; } @@ -149,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 { @@ -185,7 +223,7 @@ abbr.required { .menu_order { float: right; font-size: 11px; - margin: 10px 10px 0; + margin: 8px 10px 0; } .menu_order_input { @@ -197,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); } @@ -217,7 +255,6 @@ abbr.required { } #media-upload .widefat { - width: 626px; border-style: solid solid none; } @@ -239,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 { @@ -247,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; @@ -257,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; } @@ -273,9 +310,10 @@ h4.media-sub-title { #gallery-settings .describe { padding: 5px; - width: 615px; + width: 100%; clear: both; cursor: default; + background: #fff; } #gallery-settings .describe select { @@ -290,7 +328,7 @@ h4.media-sub-title { #gallery-settings label, #gallery-settings legend { font-size: 13px; - color: #464646; + color: #444; margin-right: 15px; } @@ -299,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 { @@ -327,7 +365,12 @@ h4.media-sub-title { } p.media-types { - margin: 1em; + margin: 0; + padding: 1em; +} + +p.media-types-required-info { + padding-top: 0; } tr.not-image { @@ -346,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) {