Make WordPress Core

Ticket #26952: 26952.14.patch

File 26952.14.patch, 2.0 KB (added by iseulde, 11 years ago)
  • src/wp-admin/css/common.css

     
    18061806}
    18071807
    18081808#plugin-information-title {
    1809         padding: 0 36px 0 16px;
    1810         font-size: 18px;
     1809        padding: 0 76px 0 20px;
     1810        font-size: 22px;
    18111811        font-weight: 600;
    1812         line-height: 36px;
     1812        line-height: 56px;
    18131813        top: 0;
    18141814        right: 0;
    18151815        left: 0;
    1816         height: 36px;
    1817         border-bottom: 1px solid #ddd;
     1816        height: 56px;
    18181817        overflow: hidden;
    18191818        text-overflow: ellipsis;
    18201819        white-space: nowrap;
     
    18621861        position: absolute;
    18631862        top: 90px;
    18641863        right: 0;
    1865         bottom: 44px;
     1864        bottom: 58px;
    18661865        left: 0;
    1867         overflow: auto;
    18681866}
    18691867
    18701868#section-holder {
     
    18751873        right: 250px;
    18761874        bottom: 0;
    18771875        left: 0;
     1876        overflow: auto;
    18781877}
    18791878
    18801879#section-holder .updated {
     
    18831882
    18841883#plugin-information .fyi {
    18851884        background: #f3f3f3;
    1886         border: 1px solid #ddd;
    1887         border-top: 0;
     1885        border-left: 1px solid #ddd;
    18881886        color: #666;
    18891887        padding: 16px;
    18901888        position: absolute;
    18911889        top: 0;
    18921890        right: 0;
     1891        bottom: 0;
    18931892        width: 217px;
     1893        overflow: auto;
    18941894}
    18951895
    18961896#plugin-information .fyi strong {
     
    19221922}
    19231923
    19241924#plugin-information-footer {
    1925         padding: 8px 16px;
     1925        padding: 15px 16px;
    19261926        position: absolute;
    19271927        right: 0;
    19281928        bottom: 0;
    19291929        left: 0;
     1930        height: 28px;
    19301931}
    19311932
    19321933#plugin-information .section ul,
     
    19741975@media screen and ( max-width: 782px ) {
    19751976        #plugin-information-content {
    19761977                overflow: auto;
    1977                 bottom: 62px;
     1978                bottom: 58px;
    19781979        }
    19791980
    19801981        #plugin-information .fyi {
     
    19941995        }
    19951996
    19961997        #plugin-information-footer {
    1997                 padding: 12px 16px;
    1998                 height: 37px;
     1998                padding: 12px 16px 0;
     1999                height: 46px;
    19992000        }
    20002001}
    20012002
     
    20312032
    20322033body.plugin-install-php .tb-close-icon,
    20332034body.index-php .tb-close-icon {
    2034         line-height: 36px;
    2035         width: 36px;
    2036         height: 36px;
     2035        line-height: 48px;
     2036        width: 48px;
     2037        height: 48px;
    20372038}
    20382039
    20392040body.plugin-install-php .tb-close-icon:before,
    20402041body.index-php .tb-close-icon:before {
    2041         line-height: 36px;
     2042        line-height: 48px;
    20422043}
    20432044
    20442045/* @todo: move this. */