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.

Built from https://develop.svn.wordpress.org/trunk@29591


git-svn-id: http://core.svn.wordpress.org/trunk@29365 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2014-08-24 20:48:15 +00:00
parent bab83d0f5a
commit 15b0d10544
4 changed files with 10 additions and 8 deletions

View File

@ -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 10px 0 0;

View File

@ -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;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long