Make WordPress Core

Changeset 29591


Ignore:
Timestamp:
08/24/2014 08:47:50 PM (10 years ago)
Author:
nacin
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/common.css

    r29590 r29591  
    21662166
    21672167#plugin-information-title h2 {
    2168     font-family: "Helvetica Neue", sans-serif;
    2169     padding:0;
     2168    font-size: 1em;
     2169    font-weight: bold;
     2170    padding: 0;
    21702171    margin: 0;
    21712172    max-width: 760px;
     
    21732174
    21742175#plugin-information-title.with-banner h2 {
     2176    font-family: "Helvetica Neue", sans-serif;
    21752177    display: inline-block;
    21762178    font-size: 30px;
    21772179    line-height: 50px;
    2178     font-weight: bold;
    21792180    max-width: 760px;
    21802181    padding: 0 15px;
Note: See TracChangeset for help on using the changeset viewer.