Make WordPress Core

Ticket #28883: 28883.7-widthonly.diff

File 28883.7-widthonly.diff, 1.2 KB (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 {
     
    24232426        font-size: 13px;
    24242427}
    24252428
    2426 @media screen and ( max-height: 500px ) {
     2429@media screen and ( max-width: 771px ) {
    24272430        #plugin-information-title.with-banner {
    24282431                height: 100px;
    24292432                bottom: 100px;
     
    24332436                margin-top: 30px;
    24342437                font-size: 20px;
    24352438                line-height: 40px;
     2439                max-width: 85%;
    24362440        }
    24372441
    24382442        #plugin-information-title.with-banner div.vignette {
     
    24402444                bottom: 100px;
    24412445                width: 800%;
    24422446        }
    2443 }
    24442447
    2445 @media screen and ( max-width: 771px ) {
    24462448        #plugin-information-tabs {
    24472449                overflow: hidden; /* clearfix */
    24482450                padding: 0;