Make WordPress Core

Ticket #28883: 28883.9.diff

File 28883.9.diff, 1.1 KB (added by stephdau, 11 years ago)
  • src/wp-admin/css/common.css

     
    21652165        font-weight: bold;
    21662166        padding: 0;
    21672167        margin: 0;
    2168         max-width: 760px;
     2168        max-width: 680px;
     2169        overflow: hidden;
     2170        text-overflow: ellipsis;
     2171        white-space: nowrap;
    21692172}
    21702173
    21712174#plugin-information-title.with-banner h2 {
     
    21732176        display: inline-block;
    21742177        font-size: 30px;
    21752178        line-height: 50px;
    2176         max-width: 760px;
    21772179        padding: 0 15px;
    21782180        margin: 174px 0 0 10px;
    21792181        color: #fff;
     
    24272429        font-size: 13px;
    24282430}
    24292431
    2430 @media screen and ( max-height: 500px ) {
     2432@media screen and ( max-width: 771px ) {
    24312433        #plugin-information-title.with-banner {
    24322434                height: 100px;
    24332435                bottom: 100px;
     
    24372439                margin-top: 30px;
    24382440                font-size: 20px;
    24392441                line-height: 40px;
     2442                max-width: 85%;
    24402443        }
    24412444
    24422445        #plugin-information-title.with-banner div.vignette {
     
    24442447                bottom: 100px;
    24452448                width: 800%;
    24462449        }
    2447 }
    24482450
    2449 @media screen and ( max-width: 771px ) {
    24502451        #plugin-information-tabs {
    24512452                overflow: hidden; /* clearfix */
    24522453                padding: 0;