From 8b48d30d79ce57a851ba3741156cb97d8cf0bfc1 Mon Sep 17 00:00:00 2001 From: Daryl Koopersmith Date: Thu, 12 Apr 2012 22:03:57 +0000 Subject: [PATCH] Manage Themes: Improved separators (markup/styles) for current theme author/version. see #20403. git-svn-id: https://develop.svn.wordpress.org/trunk@20458 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/css/wp-admin.dev.css | 7 +++++++ wp-admin/themes.php | 9 ++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/wp-admin/css/wp-admin.dev.css b/wp-admin/css/wp-admin.dev.css index f3154b6900..73704f2ff2 100644 --- a/wp-admin/css/wp-admin.dev.css +++ b/wp-admin/css/wp-admin.dev.css @@ -4315,6 +4315,7 @@ h3.available-themes { overflow: hidden; } +#current-theme .theme-info li, .available-theme .action-links li { float: left; padding-right: 10px; @@ -4322,6 +4323,7 @@ h3.available-themes { border-right: 1px solid #dfdfdf; } +#current-theme .theme-info li:last-child, .available-theme .action-links li:last-child { padding-right: 0; margin-right: 0; @@ -4380,6 +4382,11 @@ h3.available-themes { border-bottom: none; } +#current-theme .theme-info { + margin: 1em 0; + overflow: hidden; +} + #current-theme .theme-description { margin-top: 5px; max-width: 600px; diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 63034a548b..4b83710158 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -113,11 +113,10 @@ $class = $screenshot ? 'has-screenshot' : '';
-

- display('Author') ); ?> - | - display('Version') ); ?> -

+

display('Description'); ?>