From 0ceb315f3edde2bf2661125b949ca57938f9c669 Mon Sep 17 00:00:00 2001 From: azaozz Date: Sat, 8 Nov 2008 07:56:42 +0000 Subject: [PATCH] Small styling fixes to themes.php git-svn-id: http://svn.automattic.com/wordpress/trunk@9567 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/themes.php | 8 ++++---- wp-admin/wp-admin.css | 8 +++++++- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/wp-admin/themes.php b/wp-admin/themes.php index dad2677a4..750e80868 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 b3d424de8..922162109 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; +}