diff --git a/src/wp-admin/css/wp-admin.css b/src/wp-admin/css/wp-admin.css index 8ece7a2b1b..c2be21fd27 100644 --- a/src/wp-admin/css/wp-admin.css +++ b/src/wp-admin/css/wp-admin.css @@ -6652,7 +6652,9 @@ span.imgedit-scale-warn { box-shadow: none; font-weight: 400; position: relative; - top: -50px; + top: 0; + margin-top: -10%; + margin-bottom: 10%; } .theme-browser .theme.add-new-theme:hover .theme-name { @@ -7182,6 +7184,16 @@ body.folded .theme-overlay .theme-wrap { margin: 10px 0; width: 100%; } + + .theme-browser .theme.add-new-theme span:after { + font: normal 60px/90px 'dashicons'; + width: 80px; + height: 80px; + top: 30%; + left: 50%; + text-indent: 0; + margin-left: -40px; + } } .broken-themes {