diff --git a/wp-admin/css/wp-admin.dev.css b/wp-admin/css/wp-admin.dev.css index 3b9dca7e3e..682467becc 100644 --- a/wp-admin/css/wp-admin.dev.css +++ b/wp-admin/css/wp-admin.dev.css @@ -4475,6 +4475,11 @@ span.imgedit-scale-warn { height:auto; } +h3.available-themes { + margin: 0 0 1em; + float: left; +} + .available-theme { display: inline-block; margin-bottom: 10px; @@ -4504,19 +4509,13 @@ span.imgedit-scale-warn { } #current-theme { - margin: 1em 0 1.5em; + padding: 0 0 .5em; } #current-theme a { border-bottom: none; } -#current-theme h3 { - font-size: 17px; - font-weight: normal; - margin: 0; -} - #current-theme .theme-description { margin-top: 5px; } diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 42967667cf..6af9454ca3 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -97,8 +97,8 @@ if ( ! is_multisite() && current_user_can( 'install_themes' ) ) : ?> -

+

get_screenshot() ) : ?> <?php esc_attr_e( 'Current theme preview'); ?> @@ -154,7 +154,7 @@ if ( ! current_user_can( 'switch_themes' ) ) { } ?> -

+

has_items() ) : ?>