wp/wp-admin/css/deprecated-media-rtl.css
changeset 7 cf61fcea0001
parent 5 5e2f62d02dcd
child 9 177826044cd9
--- a/wp/wp-admin/css/deprecated-media-rtl.css	Tue Jun 09 11:14:17 2015 +0000
+++ b/wp/wp-admin/css/deprecated-media-rtl.css	Mon Oct 14 17:39:30 2019 +0200
@@ -3,9 +3,9 @@
 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;
 }
 
@@ -19,7 +19,7 @@
 	padding-right: 10px;
 	list-style: none;
 	font-size: 12px;
-	font-weight: normal;
+	font-weight: 400;
 }
 
 #sidemenu a {
@@ -28,10 +28,9 @@
 	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;
 	transition: none;
 }
 
@@ -46,10 +45,10 @@
 }
 
 #sidemenu a.current {
-	font-weight: normal;
+	font-weight: 400;
 	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 +61,18 @@
 }
 
 #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;
 }
@@ -84,7 +88,7 @@
 .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 {
@@ -147,7 +151,8 @@
 	border: 8px solid #fff;
 }
 
-abbr.required {
+abbr.required,
+span.required {
 	text-decoration: none;
 	border: none;
 }
@@ -181,7 +186,7 @@
 #media-upload label.help {
 	font-family: sans-serif;
 	font-style: italic;
-	font-weight: normal;
+	font-weight: 400;
 }
 
 #media-upload .ui-sortable .media-item {
@@ -270,7 +275,7 @@
 	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 +283,7 @@
 }
 
 h4.media-sub-title  {
-	border-bottom: 1px solid #DADADA;
+	border-bottom: 1px solid #ddd;
 	font-size: 1.3em;
 	margin: 12px;
 	padding: 0 0 3px;
@@ -288,7 +293,7 @@
 h3.media-title,
 h4.media-sub-title {
 	font-family: Georgia,"Times New Roman",Times,serif;
-	font-weight: normal;
+	font-weight: 400;
 	color: #5A5A5A;
 }
 
@@ -322,7 +327,7 @@
 #gallery-settings label,
 #gallery-settings legend {
 	font-size: 13px;
-	color: #464646;
+	color: #444;
 	margin-left: 15px;
 }
 
@@ -331,7 +336,7 @@
 }
 
 #gallery-settings p.ml-submit {
-	border-top: 1px solid #dfdfdf;
+	border-top: 1px solid #ddd;
 }
 
 #gallery-settings select#columns {
@@ -359,9 +364,14 @@
 }
 
 p.media-types {
+	margin: 0;
 	padding: 1em;
 }
 
+p.media-types-required-info {
+	padding-top: 0;
+}
+
 tr.not-image {
 	display: none;
 }
@@ -383,25 +393,21 @@
 
 	.image-align-none-label {
 		background-image: url(../images/align-none-2x.png?ver=20120916);
-		-webkit-background-size: 21px 15px;
 		background-size: 21px 15px;
 	}
 
 	.image-align-left-label {
 		background-image: url(../images/align-left-2x.png?ver=20120916);
-		-webkit-background-size: 22px 15px;
 		background-size: 22px 15px;
 	}
 
 	.image-align-center-label {
 		background-image: url(../images/align-center-2x.png?ver=20120916);
-		-webkit-background-size: 21px 15px;
 		background-size: 21px 15px;
 	}
 
 	.image-align-right-label {
 		background-image: url(../images/align-right-2x.png?ver=20120916);
-		-webkit-background-size: 22px 15px;
 		background-size: 22px 15px;
 	}
 }