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
This commit is contained in:
Andrew Nacin 2014-08-24 20:47:50 +00:00
parent c0eabc9901
commit 4820f78f66
1 changed files with 4 additions and 3 deletions

View File

@ -2165,17 +2165,18 @@ div.action-links {
}
#plugin-information-title h2 {
font-family: "Helvetica Neue", sans-serif;
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;