wp/wp-admin/css/themes.css
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
--- a/wp/wp-admin/css/themes.css	Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-admin/css/themes.css	Tue Sep 27 16:37:53 2022 +0200
@@ -7,6 +7,10 @@
   16.1 - Manage Themes
 ------------------------------------------------------------------------------*/
 
+.themes-php {
+	overflow-y: scroll;
+}
+
 body.js .theme-browser.search-loading {
 	display: none;
 }
@@ -168,6 +172,7 @@
 	border-radius: 3px;
 	border: none;
 	transition: opacity 0.1s ease-in-out;
+	cursor: pointer;
 }
 
 .theme-browser .theme .more-details:focus {
@@ -703,7 +708,7 @@
 	font-size: 15px;
 	font-weight: 400;
 	line-height: 1.5;
-	margin: 30px 0 0 0;
+	margin: 30px 0 0;
 }
 
 .theme-overlay .theme-tags {
@@ -711,7 +716,7 @@
 	color: #646970;
 	font-size: 13px;
 	font-weight: 400;
-	margin: 30px 0 0 0;
+	margin: 30px 0 0;
 	padding-top: 20px;
 }
 
@@ -865,7 +870,7 @@
 	}
 
 	.theme-browser .theme .theme-actions {
-		padding: 5px 10px 4px 10px;
+		padding: 5px 10px 4px;
 	}
 
 	.theme-overlay.small-screenshot .theme-screenshots {
@@ -938,7 +943,7 @@
 	}
 
 	.theme-overlay .theme-author {
-		margin: 5px 0 15px 0;
+		margin: 5px 0 15px;
 	}
 
 	.theme-overlay .current-label {
@@ -951,7 +956,7 @@
 		clear: both;
 		left: 0;
 		right: 0;
-		margin: -5px 0 20px 0;
+		margin: -5px 0 20px;
 		width: 100%;
 		max-width: 280px;
 	}
@@ -1316,7 +1321,7 @@
 }
 
 .background-position-control .button-group:last-child > label:last-child .button {
-	border-radius: 0 0 3px 0;
+	border-radius: 0 0 3px;
 }
 
 .background-position-control .button-group:last-child > label:last-child .dashicons {
@@ -1847,6 +1852,22 @@
 	margin: 15px 0;
 	width: 258px;
 	border: 1px solid #c3c4c7;
+	position: relative;
+	overflow: hidden;
+}
+
+.install-theme-info .theme-screenshot > img {
+	width: 100%;
+	height: auto;
+	position: absolute;
+	left: 0;
+	top: 0;
+}
+
+.install-theme-info .theme-screenshot:after {
+	content: "";
+	display: block;
+	padding-top: 66.66666666%;
 }
 
 .install-theme-info .theme-details {