Make WordPress Core

Ticket #28883: 28883.7.diff

File 28883.7.diff, 844 bytes (added by stephdau, 11 years ago)
  • src/wp-admin/css/common.css

     
    21762176        font-size: 30px;
    21772177        line-height: 50px;
    21782178        font-weight: bold;
    2179         max-width: 760px;
     2179        max-width: 680px;
    21802180        padding: 0 15px;
    21812181        margin: 174px 0 0 10px;
    21822182        color: #fff;
     
    21862186        box-shadow: 0 0 30px rgba( 255, 255, 255, 0.1 );
    21872187        -webkit-border-radius: 8px;
    21882188        border-radius: 8px;
     2189        overflow: hidden;
     2190        text-overflow: ellipsis;
     2191        white-space: nowrap;
    21892192}
    21902193
    21912194#plugin-information-title div.vignette {
     
    24432446}
    24442447
    24452448@media screen and ( max-width: 771px ) {
     2449        #plugin-information-title.with-banner h2 {
     2450                max-width: 85%;
     2451        }
     2452
    24462453        #plugin-information-tabs {
    24472454                overflow: hidden; /* clearfix */
    24482455                padding: 0;