From 4820f78f666080c020c3bf15f7b63049fc2b5879 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Sun, 24 Aug 2014 20:47:50 +0000 Subject: [PATCH] Plugin details: Adjust plugin title when it does not have a banner. Smaller, bold, and Open Sans, like other modals. Only use Helvetica Neue when the plugin has a banner. see [29040], see #27440. git-svn-id: https://develop.svn.wordpress.org/trunk@29591 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/common.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css index 1f677b34cf..5e60d480a1 100644 --- a/src/wp-admin/css/common.css +++ b/src/wp-admin/css/common.css @@ -2165,17 +2165,18 @@ div.action-links { } #plugin-information-title h2 { - font-family: "Helvetica Neue", sans-serif; - padding:0; + font-size: 1em; + font-weight: bold; + padding: 0; margin: 0; max-width: 760px; } #plugin-information-title.with-banner h2 { + font-family: "Helvetica Neue", sans-serif; display: inline-block; font-size: 30px; line-height: 50px; - font-weight: bold; max-width: 760px; padding: 0 15px; margin: 174px 0 0 10px;