wp/wp-admin/css/site-health-rtl.css
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
child 22 8c2e4d02f4ef
--- a/wp/wp-admin/css/site-health-rtl.css	Thu Sep 29 08:06:27 2022 +0200
+++ b/wp/wp-admin/css/site-health-rtl.css	Fri Sep 05 18:40:08 2025 +0200
@@ -12,10 +12,6 @@
 	font-weight: 400;
 }
 
-.health-check-widget-title-section {
-	text-align: center;
-}
-
 .site-health-progress-wrapper {
 	margin-bottom: 1rem;
 }
@@ -221,7 +217,7 @@
 }
 
 .site-health-copy-buttons .success {
-	color: #008a20;
+	color: #007017;
 	margin-right: 0.5rem;
 }
 
@@ -285,17 +281,6 @@
 	padding-right: 20px;
 }
 
-
-/* Better position for the WordPress admin notices and update nag. */
-.site-health .notice {
-	margin: 5px 22px 15px 20px;
-}
-
-.site-health .update-nag {
-	margin-bottom: 20px;
-	margin-right: 22px;
-}
-
 .health-check-wp-paths-sizes.spinner {
 	visibility: visible;
 	float: none;
@@ -308,6 +293,14 @@
 	padding-right: 16px;
 }
 
+#dashboard_site_health .site-health-details p:first-child {
+	margin-top: 0;
+}
+
+#dashboard_site_health .site-health-details p:last-child {
+	margin-bottom: 0;
+}
+
 #dashboard_site_health .health-check-widget {
 	display: grid;
 	grid-template-columns: 1fr 2fr;
@@ -319,6 +312,11 @@
 	margin-right: 0;
 }
 
+.health-check-widget-title-section {
+	margin-bottom: 0;
+	text-align: center;
+}
+
 @media screen and (max-width: 480px) {
 	#dashboard_site_health .health-check-widget {
 		grid-template-columns: 100%;