wp/wp-admin/css/site-health-rtl.css
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
child 22 8c2e4d02f4ef
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
     8 }
     8 }
     9 
     9 
    10 .health-check-body h3 {
    10 .health-check-body h3 {
    11 	padding: 0;
    11 	padding: 0;
    12 	font-weight: 400;
    12 	font-weight: 400;
    13 }
       
    14 
       
    15 .health-check-widget-title-section {
       
    16 	text-align: center;
       
    17 }
    13 }
    18 
    14 
    19 .site-health-progress-wrapper {
    15 .site-health-progress-wrapper {
    20 	margin-bottom: 1rem;
    16 	margin-bottom: 1rem;
    21 }
    17 }
   219 	align-items: center;
   215 	align-items: center;
   220 	margin: 0.5rem 0 1rem;
   216 	margin: 0.5rem 0 1rem;
   221 }
   217 }
   222 
   218 
   223 .site-health-copy-buttons .success {
   219 .site-health-copy-buttons .success {
   224 	color: #008a20;
   220 	color: #007017;
   225 	margin-right: 0.5rem;
   221 	margin-right: 0.5rem;
   226 }
   222 }
   227 
   223 
   228 .site-status-has-issues.hide {
   224 .site-status-has-issues.hide {
   229 	display: none;
   225 	display: none;
   283 	position: relative;
   279 	position: relative;
   284 	padding-left: 40px;
   280 	padding-left: 40px;
   285 	padding-right: 20px;
   281 	padding-right: 20px;
   286 }
   282 }
   287 
   283 
   288 
       
   289 /* Better position for the WordPress admin notices and update nag. */
       
   290 .site-health .notice {
       
   291 	margin: 5px 22px 15px 20px;
       
   292 }
       
   293 
       
   294 .site-health .update-nag {
       
   295 	margin-bottom: 20px;
       
   296 	margin-right: 22px;
       
   297 }
       
   298 
       
   299 .health-check-wp-paths-sizes.spinner {
   284 .health-check-wp-paths-sizes.spinner {
   300 	visibility: visible;
   285 	visibility: visible;
   301 	float: none;
   286 	float: none;
   302 	margin: 0 4px;
   287 	margin: 0 4px;
   303 	flex-shrink: 0;
   288 	flex-shrink: 0;
   304 }
   289 }
   305 
   290 
   306 /* Styling unique to the dashboard widget. */
   291 /* Styling unique to the dashboard widget. */
   307 #dashboard_site_health .site-health-details {
   292 #dashboard_site_health .site-health-details {
   308 	padding-right: 16px;
   293 	padding-right: 16px;
       
   294 }
       
   295 
       
   296 #dashboard_site_health .site-health-details p:first-child {
       
   297 	margin-top: 0;
       
   298 }
       
   299 
       
   300 #dashboard_site_health .site-health-details p:last-child {
       
   301 	margin-bottom: 0;
   309 }
   302 }
   310 
   303 
   311 #dashboard_site_health .health-check-widget {
   304 #dashboard_site_health .health-check-widget {
   312 	display: grid;
   305 	display: grid;
   313 	grid-template-columns: 1fr 2fr;
   306 	grid-template-columns: 1fr 2fr;
   317 }
   310 }
   318 #dashboard_site_health .site-health-progress-label {
   311 #dashboard_site_health .site-health-progress-label {
   319 	margin-right: 0;
   312 	margin-right: 0;
   320 }
   313 }
   321 
   314 
       
   315 .health-check-widget-title-section {
       
   316 	margin-bottom: 0;
       
   317 	text-align: center;
       
   318 }
       
   319 
   322 @media screen and (max-width: 480px) {
   320 @media screen and (max-width: 480px) {
   323 	#dashboard_site_health .health-check-widget {
   321 	#dashboard_site_health .health-check-widget {
   324 		grid-template-columns: 100%;
   322 		grid-template-columns: 100%;
   325 	}
   323 	}
   326 }
   324 }