diff --git a/wp-admin/themes.php b/wp-admin/themes.php index dad2677a40..750e80868d 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -102,12 +102,12 @@ function theme_update_available( $theme ) {

-

+

screenshot ) : ?> <?php _e('Current theme preview'); ?> -

title, $ct->version, $ct->author) ; ?>

+

title, $ct->version, $ct->author) ; ?>

description; ?>

parent_theme) { ?>

%2$s. The stylesheet files are located in %3$s. %4$s uses templates from %5$s. Changes made to the templates will affect both themes.'), $ct->title, $ct->template_dir, $ct->stylesheet_dir, $ct->title, $ct->parent_theme); ?>

@@ -121,8 +121,8 @@ function theme_update_available( $theme ) {
-

-
+

+
' . __( 'Displaying %s–%s of %s' ) . '' . __( '%s' ), diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index b3d424de8c..9221621098 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -64,6 +64,7 @@ table#availablethemes { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 10px auto; + width: 100%; } td.available-theme { @@ -111,7 +112,7 @@ table#availablethemes td.bottom { } #current-theme { - margin-top: 1em; + margin: 1em 0 1.5em; } #current-theme a { @@ -3011,3 +3012,8 @@ form.upgrade { #flash-upload-ui { padding: 20px 12px 0; } + +br.clear { + height: 2px; + line-height: 2px; +}