diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css index fb976b899b..1fbcedcde0 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -1166,7 +1166,7 @@ body.show-upload-theme p.no-themes { } .rating { - margin: 30px 0; + margin: 15px 0 0; } .rating span:before { color: #e6b800; @@ -1221,8 +1221,7 @@ body.show-upload-theme p.no-themes { content: "\f155"; } .rating .ratings { - display: inline; - margin-left: 10px; + display: block; line-height: 20px; color: #999; } @@ -1739,4 +1738,9 @@ body.full-overlay-active { .broken-themes table { width: 100%; } + + .theme-install-overlay .wp-full-overlay-header .theme-install { + margin-top: 6px; + line-height: normal; + } } diff --git a/src/wp-admin/theme-install.php b/src/wp-admin/theme-install.php index 3f52894307..aba8936182 100644 --- a/src/wp-admin/theme-install.php +++ b/src/wp-admin/theme-install.php @@ -243,9 +243,9 @@ if ( $tab ) { <# if ( data.num_ratings ) { #> -
+ {{ data.num_ratings }} <# } else { #> - + <# } #>